tor-browser

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

details-open-pseudo-003-ref.html (244B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>reference for details:open pseudoclass</title>
      4 
      5 <style>
      6 details {
      7  color: blue;
      8 }
      9 </style>
     10 
     11 <p>The details element should be closed and blue:</p>
     12 
     13 <details>
     14  <summary>Summary</summary>
     15 </details>