tor-browser

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

027-isvalid.xhtml (318B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;pre&gt;</title>
      4 </head>
      5 <body>
      6  <!-- is block -->
      7  <pre class="class" id="id" xml:lang="en">text</pre>
      8 
      9  <!-- can contain interactive -->
     10  <pre><a>text</a></pre>
     11 
     12  <!-- can contain strictly inline -->
     13  <pre>text <em>elem</em></pre>
     14 </body>
     15 </html>