Revision: 27829
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 24, 2010 20:48 by jaymanpandya
Initial Code
<head> <title>Add your title here</title> <!-- meta tags --> <meta charset="utf-8" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <!-- css references --> <link rel="stylesheet" type="text/css" href="foldername/filename.css" media="screen" /> <!-- conditional css references --> <!--[if IE6]> <link rel="stylesheet" type="text/css" href="foldername/filename.css" media="screen" /> <![endif]--> <!--[if IE7]> <link rel="stylesheet" type="text/css" href="foldername/filename.css" media="screen" /> <![endif]--> <!-- linked client side-scripts --> <script type="text/javascript" src="foldername/filename.js"></script> </head>
Initial URL
Initial Description
The bare minimum required tags in the head tag of any HTML doc...
Initial Title
Required tags in the head tag of any html document
Initial Tags
css, javascript, html, script
Initial Language
HTML