Tool to find malformed HTML?

后端 未结 5 1151
有刺的猬
有刺的猬 2021-01-13 22:37

I\'m looking for a tool that could help me fix malformed HTML. For example:

Test
5条回答
  •  不要未来只要你来
    2021-01-13 23:09

    Even the W3C Validator will find your malformed/unclosed HTML.

    I would, as a rule, always be sure to pass my HTML and CSS through their validators, though HTML Tidy is a nice little app to have around too.

提交回复
热议问题