Annotation of 2002/css-validator/README.html, revision 1.7
1.7 ! maria 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
! 2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! 3: <html xmlns="http://www.w3.org/1999/xhtml" lang="en-fr" xml:lang="en-fr">
! 4: <head>
! 5: <title>CSS Validator Project</title>
! 6: <link href="style/page.css" type="text/css" rel="STYLESHEET" />
! 7: <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
! 8: <link rel="STYLESHEET" title="default" media="screen"
! 9: href="style/general.css" type="text/css" />
! 10: <style type="text/css" title="default" media="all">
! 11: @import "style/base.css";
! 12: </style>
! 13: <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
! 14: </head>
! 15: <body>
! 16: <a class="left" href="http://www.w3.org">
! 17: <img src="http://www.w3.org/Icons/w3c_home" border="0" alt="W3C" /></a>
! 18: <a class="right" href="http://www.w3.org/Jigsaw/"><img
! 19: src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered"
! 20: border="0" width="94" height="52" /></a>
! 21: <br />
! 22:
! 23: <div class="t1">CSS</div>
! 24: <div class="t2">Validator</div>
! 25:
! 26: <h1 class="center">CSS Validator version 2.1</h1>
! 27:
! 28: <p>
! 29: The latest development code for the CSS Validator is available through <a
! 30: href="http://dev.w3.org/cvsweb/2002/css-validator/">W3C Public CVS Repository</a>.
! 31: </p>
! 32: <p>
! 33:
! 34: For a visual representation, see the <a
! 35: href="docs/CSS_Validator_Sequence_Diagram.png">CSS Validator Sequence Diagram</a>,
! 36: which is available in <a href="docs/CSS_Validator_Sequence_Diagram.png">
! 37: png</a>, <a href="docs/CSS_Validator_Sequence_Diagram.graffle">graffle</a> and
! 38: <a href="docs/CSS_Validator_Sequence_Diagram.svg">svg</a> formats.
! 39: </p>
! 40:
! 41: <p>
! 42: If you have any questions or problems with the validator, send us an <a
! 43: href="Email.html.en">email</a>.
! 44: </p>
! 45: </body>
! 46: </html>
Webmaster