tor-browser

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

doc_markup_void_elements.html (313B)


      1 <!DOCTYPE html>
      2 <html class="html">
      3  <head class="head">
      4    <meta charset=utf-8 />
      5    <style>
      6    .before:before {
      7      content: "before";
      8    }
      9    </style>
     10  </head>
     11  <body class="body">
     12    <h1>Test void elements in HTML document</h1>
     13    <img>
     14    <hr>
     15    <hr class="before">
     16    <br>
     17  </body>
     18 </html>