[REBOL] Re: ANN: make-doc-pro-104 released
From: emptyhead::home::nl at: 1-Aug-2002 12:40
> Robert, you could maybe include a link to a xhtml validator
> at the bottom of the generated page, if that's possible.
> Maybe you can POST it? I might have a look tomorrow.
The one and only html validator:
Welcome to the W3C HTML Validation Service; a free service that checks
documents like HTML and XHTML for conformance to W3C Recommendations and
other standards.
http://validator.w3.org/
To link a page to the validator:
http://validator.w3.org/check?uri=http://to/your/web/page
To show your readers that you have taken the care to create an
interoperable Web page, you may display this icon on any page that
validates. Here is the HTML you could use to add this icon to your Web page:
<p>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
Well it's possible... You could also post the page for offline pages, look
into the <form> in the page.
I use it frequently to make my pages conform to XHTML 1.0 strict.
cheers,
Daan Oosterveld