<!DOCTYPE html>
- Case-insensitive
- Must come first in HTML document
- A DOCTYPE is a required preamble
- Stops browser from switching to "quirks mode"
- Not a HTML tag but an instruction to the browser about what version of HTML to use
- Including the DOCTYPE ensures that the browser makes a best-effort attempt at following specifications