首頁 > web前端 > H5教程 > 主體

w3c是怎样规定<meta>标签的 到底有没有结束的斜杠?

WBOY
發布: 2016-06-07 08:44:24
原創
2320 人瀏覽過


哪种是更规范的写法

回复内容:

泻药
去查规范

HTML 4
The global structure of an HTML document
Start tag: required, End tag: forbidden


HTML5
4.2 Document metadata
Tag omission in text/html: No end tag.


所以:
第一种写法更贴近规范 这里有一个来自 StackOverflow 的回答,它比较详细地解释了你这个问题:

html - Are self-closing tags valid in HTML5?

In HTML 5, means , the start tag. It is not a "self-closing tag". Instead, certain elements are designated as having no end tag, for example
. These are collectively called void elements. The slash is just syntactic sugar for people who are addicted to XML. Using the slash in a non-void element tag is invalid, but browsers parse it as the start tag anyway, leading to a mismatch in end tags.
自闭合标签使用html5的doctype时不用写反斜杠。
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!