Html

HTML

notes

for faster loading

use CDNs whenever possible

always put CSS in head

put javascript <script></script> either at the bottom of the body or above with css

js in head

js below body

things above html

<!-- this is for responsive design shananigans -->
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">

<!-- this is very important for preventing weird and wonderfully random characters from replacing your text -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<!-- not sure what these do -->
<!--<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
 <meta name="flattr:id" content="x7nj1w"> -->