tor-browser

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

028-isvalid.xhtml (368B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;blockquote&gt;</title>
      4 </head>
      5 <body>
      6  <!-- is block, contains blocks -->
      7  <blockquote cite="url" class="class" id="id" xml:lang="en">
      8    <h2>header</h2>
      9    <p>text</p>
     10    <p>text2</p>
     11  </blockquote>
     12 
     13  <!-- can contain interactive -->
     14  <blockquote><p><a>text</a></p></blockquote>
     15 </body>
     16 </html>