« 浅谈ASP中的类CSS用省略号实现文字自动截断 »

HTML元素 - i 斜体

定义
指定文本应以斜体显示。

Specifies that the text should be rendered in italic, where available.

注释
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是内嵌元素。

此元素需要关闭标签。

The I element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码
<I>此文本将以斜体显示。</I>
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。