Is there an html css normalizer that works? [closed]

大兔子大兔子 提交于 2019-12-04 18:38:43

Well, I can't say definitively that this "works" for everything described, but Tidy does a bit more than clean up tags.

See the HTML Tidy Configuration Options, especially those relating to Microsoft Word (like word-2000)

If you want to know if you've done a reasonable job, you should try these tests (using something like Tidy you'll probably find you haven't done a reasonable job).

Some options:

Anything that uses regular expressions and doesn't parse the markup would be suspect in my mind (and just too complicated to implement).

Old question but some people might still find this useful. Check out http://necolas.github.com/normalize.css/. It works well!

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