HTML & CSS Basics
chapter 02 · HTML Document Structurestep 1 / 9 mode · learn
The anatomy of an HTML page

Doctype and <html>

The very first line of every HTML file is: <!doctype html> This tells the browser 'use modern HTML rules'. Below that, everything else sits inside a single <html>...</html> pair.