HTML5 对各个标签的定义与规定:title
写在head中,且只许出现一次。 内容类型为文本形式。 interface HTMLTitleElement : HTMLElement { attribute DOMString text; }; title的标签中的内容用来表达文档的标题或名称。 在其他环境中也用title标签分别不同的html文档,例如书签中等。 调用或设置title的方法 interface HTMLTitleElement : HTMLElement { attribute DOMString text; };
下载地址
用户评论
文档属实,可以下载