Return to Snippet

Revision: 10769
at January 16, 2009 12:46 by justinscheetz


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>title goes here &raquo; Site title here</title>

	<base href="" />
	<meta name="Author" content="#" />
	<meta name="Description" content="#" />
	<meta name="Copyright" content="#" />
	<meta name="Robots" content="#" />
	<meta name="Generator" content="#" />
	<meta name="Keywords" content="#" />
	
        <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
        <link href="/script/javascript.js" type="text/javascript" />
	<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
	<link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
	
	<!--[if IE]>
	<link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" />
	<![endif]-->
	
</head>
<body>

</body>
</html>

Revision: 10768
at January 13, 2009 10:51 by justinscheetz


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>title goes here &raquo; Site title here</title>

	<base href="" />
	<meta name="Author" content="#" />
	<meta name="Description" content="#" />
	<meta name="Copyright" content="#" />
	<meta name="Robots" content="#" />
	<meta name="Generator" content="#" />
	<meta name="Keywords" content="#" />
	<meta http-equiv="Expires" content="#" />
	<meta http-equiv="Cache-Control" content="#" />
	<meta http-equiv="imagetoolbar" content="false" />
	
    <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
    <link href="/script/javascript.js" type="text/javascript"  />
	<style type="text/css" xml:space="preserve">
		/*<![CDATA[*/
		      @import url(/css/style.css) all;
		/*]]>*/
	</style>
	<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
	<link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
	
	<!--[if IE]>
	<link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" />
	<![endif]-->
	
</head>
<body>
</body>
</html>

Revision: 10767
at January 13, 2009 10:46 by justinscheetz


Initial Code
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>title goes here &raquo; Site title here</title>

	<base href="" />
	<meta name="Author" content="#" />
	<meta name="Description" content="#" />
	<meta name="Copyright" content="#" />
	<meta name="Robots" content="#" />
	<meta name="Generator" content="#" />
	<meta name="Keywords" content="#" />
	<meta http-equiv="Expires" content="#" />
	<meta http-equiv="Cache-Control" content="#" />
	<meta http-equiv="imagetoolbar" content="false" />
	
    <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
    <link href="/script/javascript.js" type="text/javascript"  />
	<style type="text/css" xml:space="preserve">
		/*<![CDATA[*/
		      @import url(/css/style.css) all;
		/*]]>*/
	</style>
	<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
	<link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
	
	<!--[if IE]>
	<link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" />
	<![endif]-->
	
</head>
<body>
</body>
</html>

Initial URL


Initial Description


Initial Title
XHTML 1.0 STRICT Template

Initial Tags
template, html, xhtml

Initial Language
XHTML