tor-browser

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

doc_inspector_highlighter_dom.html (503B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 
      5 <p>Hello World!</p>
      6 
      7 <div id="complex-div">
      8  <div id="simple-div1">
      9    <p id="useless-para">The DOM is very useful! <em>#useless-para</em></p>
     10    <p id="useful-para">This example is <b id="bold">really</b> useful. <em>#useful-para</em></p>
     11  </div>
     12 
     13  <div id="simple-div2">
     14    <p id="another">This is another node. You won't reach this in my test.</p>
     15    <p id="ahoy">Ahoy! How you doin' Capn'? <em>#ahoy</em></p>
     16  </div>
     17 </div>
     18 
     19 </body>
     20 </html>