Skip to main content

Posts

Showing posts from June 25, 2022

HTML document type

  HTML document type declaration The HTML document type declaration, also known as DOCTYPE, is the first line of code required in every HTML or XHTML document. The DOCTYPE declaration is  an instruction to the web browser about what version of HTML the page is written in . This ensures that the web page is parsed the same way by different web browsers.