Possible Duplicate:
<header> vs. <head>
Do I have to use <div class="header"> as <header> in HTML5? Somebody explained one question like that <header> vs. <head>. I am a bit confused.
Thanks for any help. I appreciate it.
Do I have to use |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
As the linked question explains:
is still the same in HTML5, for storing meta information and linked scripts etc. Header is a new element for grouping the header of a page or section symantically. Including James Simm's info:
|
|||||||||
|
|
You do not need to use any of the new tags in HTML5. You can use them if you want though.
|
|||
|
|
is where your meta information, scripts, stylesheets etc.. goes. And header is a bit like |
|||
|
|
|
The The HTML5 These are 2 different tags with 2 different meanings |
|||
|
|
|
same for article, section, aside, mark they all are tags contain content have to display to user.
For more information in detail you can check http://html5doctor.com/ It's a excellent website to understand HTML5 in detail |
|||
|
|