Special-Purpose Documents example
This example passes the following standards.
- 4.1 Document size and type with document links
- 4.2 Publish documents in most accessible format possible
- 4.3 Use of PDF documents
- 4.4 Web site documents for specialist audiences identified as such
- 4.5 Web site special-purpose documents identified as such
Web page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-nz">
<head>
<title>Page title</title>
</head>
<body>
<p><a href="#content">Skip to content</a></p>
<hr />
<div id="header">
<h1>Org name</h1>
</div>
<div id="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>
<div id="content">
<h1>Page Title</h1>
<p>These hydrographic maps of the Waikato were comissioned for The Ministry for the Environment</p>
<ul>
<li><a href="map.pdf">Hydrographic map of the Eastern Waikato, PDF (version 4), 385Kb</a></li>
<li><a href="map.pdf">Hydrographic map of the Western Waikato, PDF (version 7), 150Kb</a></li>
</ul>
</div>
</body>
</html>