/ Published in: HTML
html skeleton 4.01 Strict!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE HTML> <!--[if lt IE 7 ]> <html class="ie ie6"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9"> <![endif]--> <head> <meta charset="utf-8"> <meta name="description" content="Description"> <meta name="author" content="Author"> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon"> </head> <body> <div id="header"> header </div><!-- header --> <div id="nav"> navigation </div><!-- nav --> <div id="main"> content </div><!-- main --> <div id="footer"> footer </div><!-- footer --> <!-- insert the javascript --> </body> </html>