网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: HTML :: HTML <address>标签

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

HTML <address>标签


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:2269 :: ::

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