Answer the question
In order to leave comments, you need to log in
Is the following html code structure valid?
<!doctype html>
<html>
<head>
<title>title</title>
</head>
<body>
<header>
<h1>a<h1>
</header>
<section>
<h1>b</h1>
</section>
<section>
<h1>c</h1>
</section>
<section>
<h1>d</h1>
</section>
<section>
<h1>e</h1>
</section>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
- You checkers or go? :)
Estimate, if you remove h1 from the header or replace it with h2, then the validator says that, they say, everything is ok, otherwise it issues a warning.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question