📜  HTML<i>标签</i>

📅  最后修改于: 2021-11-08 05:44:47             🧑  作者: Mango

HTML 中的 标签用于以斜体样式显示内容。此标签通常用于显示不同语言的技术术语、短语、重要词。
句法 :

 Contents... 

下面的程序说明了 HTML 中的 标签:
示例 1:

HTML

 

 
    
        

GeeksforGeeks

        

Let's check some examples:

         

This is normal text written inside p tag

                   This text is in italic font style       


HTML


 

    Italic Tag
    

 

    

GeeksforGeeks

    

Let's see an example of font-style: italic

     

This text content is in italic font.

      
Note:This example is only possible when the      font-style property is kept "italic" in CSS
   


输出:

示例 2:也可以使用 CSS 以斜体形式书写文本。当 CSS font-style 属性等于 italic 时,可以看到文字如下:

HTML



 

    Italic Tag
    

 

    

GeeksforGeeks

    

Let's see an example of font-style: italic

     

This text content is in italic font.

      
Note:This example is only possible when the      font-style property is kept "italic" in CSS
                       

输出:

用法:

  • 标记用于您希望以不同于普通短语的方式显示的单词以提高可读性
  • 等标签现在定义语义而不是印刷外观。所以要以斜体显示文本,用户可以使用 CSS font-style 属性。
  • 仅当没有用这些元素标记时才使用 标签:
    • <强>
    • <标记>
    • <引用>

支持的浏览器:

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果浏览器