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

w3pop.com :: 网络学院 :: HTML :: HTML <sub> 和 <sup>

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

HTML <sub> 和 <sup>


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

定义与用法

The <sub> tag defines subscript text. The <sup> tag defines superscript text.
<sub>标签可定义文字的下标,<sup>标签则可以定义文字的上标


在HTML和XHTML中的区别

NONE


实例

代码 输出结果
This text contains <sub>subscript</sub>

This text contains <sup>superscript</sup>
This text contains subscript

This text contains superscript


标准属性

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

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

事件属性

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

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


尝试与演示

Subscript and superscript
How to use the sub and sup elements.
如何使用sub和sup元素

评论 (0) All