tor-browser

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

usemap-isvalid.html (209B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>&lt;img&gt; with usemap attribute</title>
      6 </head>
      7 <body>
      8  <map name="foo"></map>
      9  <p><img src="url" usemap="#foo" alt="bar"></p>
     10 </body>
     11 </html>