tor-browser

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

model-novalid.html (473B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>&lt;pre&gt;</title>
      6 </head>
      7 <body>
      8  <!-- is block -->
      9  <pre class="class" id="id" lang="en">text</pre>
     10 
     11  <!-- is structured inline -->
     12  <p>paragraph
     13    <pre>text</pre>
     14  </p>
     15 
     16  <!-- can contain interactive -->
     17  <pre><a>text</a></pre>
     18  <!-- but not struct-inline -->
     19  <p>paragraph
     20    <pre><a>text</a></pre>
     21  </p>
     22 
     23  <!-- can contain strictly inline -->
     24  <pre>text <em>elem</em></pre>
     25 </body>
     26 </html>