Are there any standalone HTML markup validation tools [closed]

不羁岁月 提交于 2019-12-03 13:15:52

The W3C Markup Validator is an open source tool, which you can download and use it offline.

On Fedora, do:

yum install w3c-markup-validator

I use the FireFox plugin "HTMLTidy" to do this. When you are testing, you can point Firefox to your dev server (i.e. "http://localhost:52457/...") and it will work as if the site were live.

Also consider setting HTML errors to be raised as compile errors in VS and set your compatibility level/Doctype to XHTML 1.1 Strict to get them all. These settings are under Tools -> Options -> Text Editor -> HTML -> Validation

you could try with tidy

CSE HTML Validator is one I have used in the past.

It is not open source, but there is a free version.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!