tor-browser

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

details-pseudo-elements-001-ref.html (185B)


      1 <!DOCTYPE HTML>
      2 <title>Details pseudo-elements</title>
      3 <style>
      4 
      5 div { background: aqua }
      6 
      7 </style>
      8 
      9 <details open>
     10  <summary>The summary</summary>
     11  <div>The details!</div>
     12 </details>