back to home

HTML < !Doctype >

  1. The < !DOCTYPE > declaration represents the document type, and helps browsers to display web pages correctly.
    It must only appear once, at the top of the page (before any HTML tags).
  2. The < !DOCTYPE > declaration is not case sensitive.