当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > HTML <title>标签

HTML
HTML Head
HTML Meta
HTML URLs
HTML Scripts
HTML 属性
HTML 事件
HTML URL-encode
HTML Web服务器
HTML 摘要
HTML 实例
标签列表
标准属性
事件属性
ASCII码
特殊字符
HTTP状态消息

HTML <title>标签


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 344 ::
收藏到网摘: n/a

定义与用法

This element defines the title of the document.
该元素可用来定义文档的标题


在HTML和XHTML中的区别

NONE


实例

<html>

<head>
<title>XHTML Tag Reference</title>
</head>

<body>
The content of the document......
</body>

</html>



标准属性

id, class, dir, lang, style, xml:lang

For a full description, go to Standard Attributes.
查看完整的属性

评论 (0) All

登陆 | 还没注册?