Return to Snippet

Revision: 287
at July 8, 2006 13:40 by 1man


Initial Code
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml: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/addEvent.js" type="text/javascript"></script>
		<script src="../js/sweetTitles.js" type="text/javascript"></script>

	</head>

<body>

</body>
</html>

Initial URL


Initial Description
Very simple XHTML 1.1 Doctype template.

Initial Title
XHTML 1.1 Doctype Basic Template

Initial Tags
template, xhtml

Initial Language
HTML