Basic layout of a HTML5 document

To force the browser to strictly read your HTML document as HTML we have to add the following line to the code:
basic html5 layout
If you've done it correctly your HTML document should look like this now:
forced HTML5 layout