/ Published in: HTML

This is a basic HTML5 starter template that I use when I start a new project. Scripts should go at the end.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="The Brand New Web Site"> <meta name="author" content="Barattalo.it"> <link rel="stylesheet" href="css/styles.css?v=1.0"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <!-- run javascript at the end --> </body> </html>
Comments
