+ 1
Why i habe to use header,why i cant use only <h1>tag
4 Answers
+ 8
Definition and Usage. The <header> element represents a container for introductory content or a set of navigational links. A <header> element typically contains: one or more heading elements (<h1> - <h6>) logo or icon.
http://www.html-5-tutorial.com/header-element.htm
+ 6
because header tag has different uses other than heading tags(h1-h6) , head open the link for description
+ 1
but cant we just use h1-h6
+ 1
got that.....