Question - What is DOCTYPE in a HTML?
Answer -
The declaration (technically it's not a "tag") should be the very first thing in your document... if you choose to use it at all. tells the browser what version of HTML you are writing in. More specifically, declares that this document conforms to a specific version of HTML, and specifies what version that is.