html - 检测 HTML 语法 notepad++ 中的错误

标签 html notepad++

notepad++有没有检测HTML错误的插件

<!DOCTYPE html>
<html>
 <head>
  <title>Untitled Document<title>
 </head>
 <body>
  <div class=the_class>
   <span>
  </div>
   </span>
 </body>
<html>

最佳答案

Source Forge 这里有一个 HTML 标签插件 --> http://sourceforge.net/projects/npp-plugins/

您可能还会发现此语法验证器很有用。 --> http://esprima.org/demo/validate.html

下面基于网络的验证器有点麻烦,因为您无法复制并粘贴到验证器中。希望这有帮助!

(提前为基于链接的答案道歉。)

关于html - 检测 HTML 语法 notepad++ 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33092990/

相关文章:

javascript - 追加和删除无法正常工作

html - 现在(2020 年)自由使用 Flexbox 和 Grid 是否安全?

javascript - Angular $Scope 解构模式错误

tags - 转到 Notepad++ 中自定义(用户定义)语言中的类似功能的定义

regex - 使用 REGEX 查找包装内容中的换行符

html - MVC Gridview 排序箭头改变颜色

html - 垂直对齐 span 与 li 中的文本

notepad++ - 如何使用 Notepad++ 从txt打开一组文件

regex - 如何在Excel/Word/Notepad++中每五行插入一个换行符?

regex - 为什么这个正则表达式前缀不起作用?