back

Document Type

Tag: <!DOCTYPE>

This tag must be the first thing in a html file, at the very top. It's purpose is tell the browser what type of file is being opened.

For a html file the tag should generally read <!DOCTYPE html>

Example