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.
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.