tor-browser

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

hidden-1g.html (538B)


      1 <!doctype html>
      2 <title>The hidden attribute</title>
      3 <link rel=match href=hidden-1-ref.html>
      4 <link rel=author title=Ms2ger href=mailto:Ms2ger@gmail.com>
      5 <link rel=help href=https://html.spec.whatwg.org/multipage/#the-hidden-attribute>
      6 <link rel=help href=https://html.spec.whatwg.org/multipage/#hidden-elements>
      7 <p>This line should be visible.
      8 <p hidden=hidden>This line should not be visible.
      9 <p hidden=blue>This line should not be visible.
     10 <p hidden=true>This line should not be visible.
     11 <p hidden=false>This line should not be visible.