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

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

HTML <address>标签


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

Definition and Usage
用法

The <address> tag defines the start of an address. You should use it to define addresses, signatures, or authorships of documents.
<address>标签可定义地址信息的建立。你应用学会使用它来定义地址信息,签名或是文档的作者身份。


Differences Between HTML and XHTML
它在HTML与XHTML中的却别

NONE


Tips and Notes
注意点

Note: The address usually renders in italic. Most browsers will add a line break before and after the address element, but line breaks inside the text you have to insert yourself.
地址通常会以斜体字的形式来呈现。大多数的浏览器会在address元素的前后加上换行,在但元素内的换行必须由你自己来填加。


Example

Source Output
<address>
Donald Duck<br />
Box 555<br />
Disneyland
</address>
Donald Duck
Box 555
Disneyland


Standard Attributes
标准属性

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

For a full description, go to Standard Attributes.
查看完整描述

Event Attributes
事件属性

onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup

For a full description, go to Event Attributes.
查看完整描述


Try-It-Yourself Demos
演示

Address
How to write an address.
怎样写address

评论 (0) All

登陆 | 还没注册?