Html Div header and Footer Tag
About Html : Div, Header and Footer
div Tag
Definition and Usage. The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript.
Header Tag
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
- authorship information
Footer Tag
The
<footer> tag defines a footer for a document or section.
A
<footer> element typically contains:- authorship information
- copyright information
- contact information
- sitemap
- back to top links
- related documents
You can have several
<footer> elements in one document.


Comments
Post a Comment