|
Posted by Lars Eighner on December 10, 2005, 4:10 am
Please log in for more thread options
In our last episode,
the lovely and talented saz
broadcast on comp.infosystems.www.authoring.html:
> dubing@gmail.com says...
>> Hello everyone,
>>
>> Anybody aware of any tools that can check html syntax? The problem I'm
>> facing now is a page does not show very right (e.g. a text line
>> protruding out of the right page border). It seems like some tag does
>> not close or something.
>>
>> Thanks in advance for any suggestions or ideas.
>>
>> Bing
>>
> Is this what you are looking for?
>
> http://www.w3.org/QA/Tools/#validators
> Or for offline use:
> http://www.w3.org/People/Raggett/tidy/
Tidy is a lint, not a parser. It will catch a number of
careless errors. You may want a sgml checker such a nsgmls:
finding one for you platform is a google exercise.
--
Lars Eighner usenet@larseighner.com http://www.larseighner.com/ I have not seen as far as others because giants were standing on my shoulders.
|