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

HTML
HTML 介绍
HTML 元素
HTML 基本标签
HTML 格式
HTML 实体字符
HTML 链接
HTML 框架
HTML 表格
HTML 列表
HTML 表单
HTML 图片
HTML 背景
HTML 颜色
HTML 颜色值
HTML 颜色名
HTML 便条
HTML 布局
HTML 字体
HTML 4.0
HTML 样式

HTML <address>标签


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 368 ::
收藏到网摘: 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

登陆 | 还没注册?