我正在查看标题标签http://www.w3schools.com/TAGS/tag_title.asp 如果我有几个具有不同lang ID的标题,那将是合法的吗?
不,HEAD只允许一个TITLE元素:
<!-- The TITLE element is not considered part of the flow of text.
It should be displayed, for example as the page header or
window title. Exactly one title is required per document.
-->
<!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title -->
<!ATTLIST TITLE %i18n>
Run Code Online (Sandbox Code Playgroud)
这是HTML 4.01的文档类型定义的片段:
<!ENTITY % head.content "TITLE & BASE?">
<!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2937 次 |
| 最近记录: |