Created
March 23, 2010 18:23
-
-
Save karlstolley/341491 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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" id="mysite-com"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Page Title: Site Name</title> | |
</head> | |
<body> | |
<div id="page"> | |
<div id="header"> | |
<h1><a href="http://mysite.com/" rel="home">Site Name</a></h1> | |
<p class="tagline"> | |
Site Tagline | |
</p> | |
<ul class="accessibility"> | |
<li><a href="#navigation">Jump to Navigation</a></li> | |
<li><a href="#content">Jump to Content</a></li> | |
</ul> | |
</div> | |
<div id="content"> | |
<div id="main"> | |
<h2>Page Title</h2> | |
</div> | |
<div id="supporting"> | |
</div> | |
</div> | |
<!-- | |
<ul id="navigation"> | |
<li><a href="/">Home</a></li> | |
<li><a href="/about.htm">About</a></li> | |
</ul> | |
--> | |
<div id="footer"> | |
<p class="copyright"> | |
Site information, credits, copyright/license. | |
</p> | |
<ul class="validators"> | |
<li><a href="http://validator.w3.org/check?uri=referer" title="Validate this page's XHTML">XHTML</a></li> | |
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this page's CSS">CSS</a></li> | |
</ul> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment