head HTML元素

来源:百度文库 编辑:神马文学网 时间:2024/04/27 14:47:01
定义
提供了关于文档的无序信息集合。
Provides an unordered collection of information about the document.
注释
HEAD 元素提供了不影响文档显示,但对于浏览器可能非常有用的信息。此元素内可出现下列标签:
BASEBASEFONTBGSOUNDLINKMETAnextIDSCRIPTSTYLETITLE
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 以上版本的脚本中可用。
此元素不会影响文档显示。
此元素需要关闭标签。
The HEAD element provides information that does not affect the rendering of the document but could be of use to the browser. The following tags are valid in this element:
BASEBASEFONTBGSOUNDLINKMETAnextIDSCRIPTSTYLETITLE
This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
This element is not rendered.
This element requires a closing tag.
示例代码
下面的例子使用了 HEAD 元素创建了文档标题。
This example uses the HEAD element to create a document title.
A Simple Document