Skip to content
Adam Norris edited this page Jul 2, 2016 · 21 revisions

The HTML5 doctype should be declared as the first line of the document

<!DOCTYPE html>

HTML5 tags should be used (where appropriate), to reflect the semantic content of the document. See W3 Wiki.

Clone this wiki locally