Header, Nav and Footer Tags of HTML5

HTML 5 Tags

  • <!DOCTYPE html> This Tag tells the browser that this webpage is written in HTML 5 earlier in HTML 4.01 we used <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  • The <header> This tag specifies a header for a document or section.
  • The <nav> tag defines a set of navigation links.
  • The <footer> tag defines a footer for a document or section.
a
Next Recommended Reading The nav tag in HTML5