hidden-1a.html (386B)
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>This line should not be visible.