Netbeans 7.0 中的 HTML5 自动完成和验证

发布于 2024-11-09 05:36:48 字数 214 浏览 0 评论 0 原文

我正在 NetBeans 7.0 中编辑 HTML 文件。有没有办法指定我正在使用 HTML5 文档,以便它可以根据 HTML5 规范进行自动完成和拼写检查?

例如,当我开始输入 时,它建议用
完成它,然后用
关闭它>。有点烦人。

谢谢。

I'm editing an HTML file in NetBeans 7.0. Is there a way to specify that I'm working with HTML5 document so it can do auto-complete and spell check accordingly to HTML5 spec?

For example, when I start typing <br it suggests to complete it with <br> and then close it with </br>. It's a bit annoying.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不如归去 2024-11-16 05:36:48

是的,只需编辑 html 文档开头的 doctype 定义即可。把这个

“!DOCTYPE html”

而不是这个:

!DOCTYPE html PUBLIC“-//W3C // DTD XHTML 1.0 Strict // EN”“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict .dtd">

然后 netbeans 会自动为您完成。

yeah just edit the doctype definition at the beginning of the html document . put this

"!DOCTYPE html"

instead of this :

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

netbeans will then auto complete for you.

听不够的曲调 2024-11-16 05:36:48

适用于 html5 的严格版本...即 xml 版本。

如果您想使用 html5,那么
不需要正斜杠来关闭它。
阅读 HTML5 文档了解规格

is for strict version of html5... ie xml version.

If you want to use html5 then
doesnt require a forward slash to close it.
Read HTML5 docs for specs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文