tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

img-dim-ref.html (366B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>img width/height - reference</title>
      4 <style>
      5 p { width: 50px; height: 50px; }
      6 </style>
      7 <p><img src=/images/green.png>
      8 <p><img src=/images/green.png style="width: 10px">
      9 <p><img src=/images/green.png style="height: 10px">
     10 <p><img src=/images/green.png style="width: 10%">
     11 <p><img src=/images/green.png style="height: 10%">