user34537
问问题
4630 次
2 回答
9
于 2009-08-22T14:38:12.887 回答
7
不,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>
<!ENTITY % head.content "TITLE & BASE?">
<!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
于 2009-08-22T14:38:52.420 回答