Return to Snippet

Revision: 78
at June 29, 2006 19:28 by jonhenshaw


Initial Code
<!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" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>untitled</title>
		<meta name="description" content="content" />
		<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" />
		<link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
		<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
	</head>
	<body>
		<div id="header">
			
		</div>
		<div id="nav">
			
		</div>
		<div id="main">
			
		</div>
		<div id="footer">
			
		</div>
	</body>
</html>

Initial URL


Initial Description
This is the general page template that I usually start with. It has all of the essentials (along with a favicon link - not essential).

Initial Title
XHTML 1.1 Strict Starter Page

Initial Tags
xhtml, page

Initial Language
HTML