what is use of header tag in html 5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is use of header tag in html 5?

8th Jan 2017, 12:06 PM
Naimish Vasoya
Naimish Vasoya - avatar
3 Answers
+ 9
The opposite of <footer>, search google /: …
8th Jan 2017, 12:50 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
it is used define headlines or branding lines
8th Jan 2017, 2:49 PM
Wahid S
Wahid S - avatar
0
You use header when: You have an article or whatever and that article contains a title, an brief comment (that's a header) <header> <h1>How superman is saving your ass</ h1> <p>Superman is everywhere, you can find him...</p> <img src ="www.supermannaked.com/image.jpg" /> </header> You can have more than one <header> tag
8th Jan 2017, 3:13 PM
Victor Suarez
Victor Suarez - avatar