DEV 5.1 Include this information at the top
NDA checkpoints: 2.12, 2.13, 2.23, 2.26 (P2) / 3.16, 3.20, 3.4 (P3)
Examples
Example Document type definitions:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/
html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/
xhtml1/DTD/xhtml1-transitional.dtd">
Language declarations:
html documents:
<html lang="en">
For xhtml documents:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
Page title (a 'reverse breadcrumb'):
<title>5.1 Include this stuff at the top - HTML coding - NDA Accessibility Guidance </title>
Basic metadata:
<meta name="description" content="Describe page and the scope of contents provided">
<meta name="keywords" content="Relevent keywords, Relevent Phrases, comma, Separated">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Some navigational metadata examples:
<link rel="start" href="tips_intro.html">
<link rel="home" href="../index.html" />
<link rel="contents" href="../about/index.html" title="Contents: accessibility guidelines" />
<link rel="help" href="
../about/help.html" />
<link rel="author" href="mailto:
xyz@aaa.com" />
<link rel="prev" href="page9.htm">
<link rel="contents" href="contents.html" title="accessibility tips contents">
<link rel="next" href="page11">
More on navigational metadata
Linked style sheets:
<link rel="stylesheet" type="text/css" media="all" href="standard.css")
<style type="text/css" media="screen">@import url(hidefromoldbrowsers.css);</style>
<link rel="stylesheet" type="text/css" media="Braille" href="braileversion.css")
<link rel="stylesheet" type="text/css" media="print" href="printversion.css" />
