diff options
Diffstat (limited to 'htdocs/whatsnew.html')
-rwxr-xr-x | htdocs/whatsnew.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index e69de29..ee7adf5 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + +<head> + <title>W3C HTML Validation Service: What's New</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + W3C HTML Validation Service, What's New"> + <meta name="description" content="What's New with W3C's Validation Service."> + <meta name="revision" + content="$Id: whatsnew.html,v 1.2 1998-07-24 22:11:36 gerald Exp $"> +</head> + +<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> + +<p> + <a href="http://www.w3.org/"><img + src="http://www.w3.org/Icons/WWW/w3c_home" height=48 border=0 + alt="W3C"></a> +</p> + +<h1>W3C HTML Validation Service: What's New</h1> + +<p> + This page lists recent changes to <a href="/">the W3C HTML + Validation Service</a>. +</p> + +<dl> + +<dt><a name="1998.06.19"><strong>19 Jun 1998</strong></a>: +<dd> + <p> + Added a page about <a href="about.html">the hardware/network + behind this service</a>. + </p> + +<p> +<dt><a name="1998.04.20"><strong>20 Apr 1998</strong></a>: +<dd> + <p> + Added support for a parameter to check the referring Web page for mistakes. + </p> + + <p> + To use it, just link to the following URI when linking to the service: + </p> + + <blockquote><code> + <a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a> + </code></blockquote> + + <p> + (you can try the link above to see how it works.) + </p> + +<p> +<dt><a name="1997.12.18"><strong>18 Dec 1997</strong></a>: +<dd> + <p> + Updated HTML 4.0 materials to match the <a + href="http://www.w3.org/TR/REC-html40/">HTML 4.0 Recommendation</a>. + </p> + +</dl> + +<hr> + +<address> + <a href="http://validator.w3.org/check/referer"><img + src="http://validator.w3.org/images/vh40.gif" height=31 width=88 + align=right border=0 alt="Valid HTML 4.0!"></a> + <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</A><br><A + href="http://www.w3.org/Help/Webmaster">Webmaster</A><br> + $Date: 1998-07-24 22:11:36 $ +</address> + +</body> + +</html> + |