Basic layout of a HTML5 document on a server - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: HTML5 Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=4) +--- Thread: Basic layout of a HTML5 document on a server (/showthread.php?tid=2489) |
Basic layout of a HTML5 document on a server - Qomplainerz - 02-21-2021 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: |