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. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
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.