You are developing a blog web page that is being optimized for accessibility. The page includes the following HTML.
The heading tags represent a blog post title, a blog post subtitle, and the author’s name.
You need to ensure that the three headings are treated as a unit but retain their individual
formatting.
Which tags should you use to wrap the H1, H2, and H3 elements?
A.
<group> </group>
B.
<header> </header>
C.
<hgroup> </hgroup>
D.
<headings> </headings>
https://www.w3.org/TR/html-markup/hgroup.html
What’s the difference between and element?
Check this out: http://www.w3schools.com/tags/tag_header.asp
Why is not the correct answer? I thought that hgroup tag has been removed from HTML5 tag list.
Sorry, the question was: “why is HEADER not the corect answer?”