doctype in HTML5

What is doctype in HTML5?

The doctype is not a HTML tag and Its provide the instruction to the web browsers about what version of HTML page is going to written(load).


The <!doctype html> must be declare before the <html> tag and it's not case sensitive. The browser use this doctype information to render page correctly.

The doctype not have the opening and closing tag like html.

ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^