Basic HTML5 layout for servers
If you want to upload your HTML to a server and make sure that it works correctly
you should add a default charset and force the browser to make it responsible.
In order to do that we will add the following two lines in the head section of the HTML document:
If you have done it correctly your HTML document should look like this now: