header, nav & footer part 1
The <header> Element
In HTML4, we would define a header like this:<div id="header">
In HTML5, a simple <header> tag is used, instead.
The <header> element is appropriate for use inside the body tag.
Note that the <header> is completely different from the <head> tag
Comments
Post a Comment