tor-browser

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

img-dim.html (353B)


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