Re: XHTML Tutorial-"http://www.w3.org/TR/xhtml1/"

<!DOCTYPE html PUBLIC 
        "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "DTD/xhtml1-transitional.dtd"   > 
<html   xmlns   = "http://www.w3.org/1999/xhtml"> 
<head> 
 <title>John Slocket's XHTML page for 4ict12</title>
 <base href = "to be added"/>
 <meta name = "Description"
  content = "John Slocket "/>
 <meta name = "Keywords"
  content = "John,Slocket,XHTML,4ict12"/>
 <meta name = "Copyright"
   content = "1999 internet.com LLC"/>
</head>

<body> 

<h1> John Slocket's XHTML page for 4ict12 </h1> 
<a href = "http://validator.w3.org/check/referer"> 
<img src = "http://validator.w3.org/images/vxhtml10" 
             height  = "31" 
             width   = "88" 
             border  = "0" 
             hspace  = "10" 
      vspace  = "10"
             align   = "right" 
             alt     = "Valid XHTML 1.0!" 
/></a> 
<p>       Note that the layout (with tabs and alignment) is 
            purely for readability - XHTML doesn't require it. 
</p> 
</body> 
</html>

Received on Friday, 20 October 2000 06:34:32 UTC