what is header element ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is header element ?

the lesson says "header is a simple element in html5." what does that mean? what is header tag actually! can anyone please explain to me. https://code.sololearn.com/WOv11W4DO0Ai/?ref=app

26th Aug 2017, 8:40 AM
ProLearner
ProLearner - avatar
3 Answers
+ 5
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
26th Aug 2017, 8:48 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 9
header only a container for h1-h6, logo or icon. it same like div, but header make your code neat and easier to maintenance.
26th Aug 2017, 8:56 AM
Amethyst Animion
Amethyst Animion - avatar
+ 1
thank you for your information from what i have gathered so far header is used at the top of the page or before the start of the content of a particular section in document http://html5doctor.com/the-header-element/ https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header https://www.w3schools.com/tags/tag_header.asp
26th Aug 2017, 9:17 AM
ProLearner
ProLearner - avatar