<!DOCTYPE html>

Nice and simple, right? This text simply tells the browser that this is an HTML document, and to treat it as such. This line of code isn’t actually an HTML tag, it is merely a declaration, an instruction to the web browser.

Once we have declared our file an HTML document, we can start writing our HTML code, so what better way to start our HTML code than with an HTML tag.