tor-browser

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

doc_markup_void_elements.xhtml (515B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html
      3     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      4     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
      6  <head class="head">
      7    <meta charset="utf-8" />
      8    <style>
      9    .before:before {
     10      content: "before";
     11    }
     12    </style>
     13  </head>
     14  <body class="body">
     15    <h1>Test void elements in XHTML document</h1>
     16    <hr class="before" />
     17    <img />
     18    <hr />
     19    <br />
     20  </body>
     21 </html>