Return to Snippet

Revision: 286
at August 4, 2006 03:20 by 1man


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" lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
		<meta name="keywords" content="" />
		<meta name="description" content="" />
		<title>Title Here</title>
		
		<!-- CSS Links -->
		<link rel="stylesheet" href="basic.css" type="text/css" media="screen" />
		<link rel="alternate stylesheet" type="text/css" href="alternative.css" title="alternative" />
		
		<!-- Scripts Here -->
		<script src="../js/script1.js" type="text/javascript"></script>
		<script src="../js/script2.js" type="text/javascript"></script>

	</head>

<body>

</body>
</html>

Revision: 285
at July 8, 2006 13:36 by 1man


Initial 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" lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
		<meta name="" />
		<meta name="description" content="" />
		<title>Title Here</title>
		
		<!-- CSS Links -->
		<link rel="stylesheet" href="basic.css" type="text/css" media="screen" />
		<link rel="alternate stylesheet" type="text/css" href="alternative.css" title="alternative" />
		
		<!-- Scripts Here -->
		<script src="../js/script1.js" type="text/javascript"></script>
		<script src="../js/script2.js" type="text/javascript"></script>

	</head>

<body>

</body>
</html>

Initial URL


Initial Description
Just a simple template for the XHTML 1.0 Strict doctype. Updated with slight fix involving the meta tags.

Initial Title
XHTML 1.0 Strict Doctype Basic Template

Initial Tags
template, xhtml

Initial Language
HTML