tor-browser

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

title-manual.html (323B)


      1 <!DOCTYPE html>
      2 <title>The title attribute</title>
      3 <style>
      4 div > * { display: inline }
      5 link::before { content: "link" }
      6 </style>
      7 <p>Hover each word below. The tooltip for each of them should be "PASS".</p>
      8 <div title=PASS>div <link> <style>style</style> <dfn>dfn</dfn> <abbr>abbr</abbr> <menuitem>menuitem</menuitem></div>