3 Basic document template


Listing 1: basic template

1<!DOCTYPE HTML PUBLIC ”-//W3C//DTD_HTML_4.01//END” 
2”http://www.w3.org/TR/html4/strict.dtd”>
3<HTML lang=”en”> 
4  <HEAD>
5    <TITLE>ADA compliant template document</TITLE> 
6  </HEAD>
7  <BODY>
8    <ADDRESS> 
9      <A href=mailto:webmaster@some.org>Webmaster</A>
10    </ADDRESS>
11  </BODY>
12</HTML>

According to WebXACT, the HTML document in listing 1 has no errors in all three priority levels. Well, it is not very surprising, considering the lack of any contents! Nonetheless, there are still elements that we should pay attention to.