hidden-1b.html (417B)
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 <style> 8 p { display: none; } 9 [hidden] { display: block; } 10 </style> 11 <p hidden>This line should be visible.