+ 1
What is the big deal with the <header>?
Can maybe someone outline to me what’s the importance of the Header tag
2 Respostas
+ 4
Header tag introduced in HTML5
<header> tag is used to identify content that precedes the primary content of the web page and often contains website branding, navigation elements, search bar, and similar content that is duplicated across all or most pages of a website.
0
thanks was kinda thinking whats the use when we already have a <head> already