Html Div header and Footer Tag


About Html : Div, Header and Footer


div Tag
Definition and Usage. The <divtag defines a division or a section in an HTML document. The <divtag 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.
<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.
<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

Popular Posts