Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

HTML <i> 标签


示例

标记与文档中的正常散文不同的文本: 

<p><i>Lorem ipsum</i> 是历史上最受欢迎的填充文本。</p>

<p>在撞到冰山后,<i>RMS 泰坦尼克号</i> 这艘豪华邮轮于 1912 年 4 月 15 日沉没。</p>
亲自尝试 »

定义和用法

<i> 标签定义文本中以不同语调或情绪表达的部分。其中的内容通常以斜体显示。

<i> 标签通常用于指示技术术语、来自另一种语言的短语、想法、船名等。

仅在没有更合适的语义元素时使用 <i> 元素,例如


浏览器支持

元素
<i>

全局属性

<i> 标签还支持 HTML 中的全局属性


事件属性

<i> 标签还支持 HTML 中的事件属性


相关页面

HTML 教程:HTML 文本格式化

HTML DOM 参考:斜体对象


默认 CSS 设置

大多数浏览器将使用以下默认值显示 <i> 元素

示例

i {
  font-style: italic;
}
亲自尝试 »


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.