html 

Send to Kindle
home » snippets » html


Pages
boilerplate        
contenteditable        
entities        
file        
template        
traceur        



DocType

From The Skinny on Doctypes

Just use

<!doctype html>

and that's it!

Content Type meta declaration

Just use

<meta charset="UTF-8">

instead of the older <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Tools / Variants / Preprocessors, etc.