CSS/HTML: What is the correct way to make text italic?

后端 未结 12 1895
死守一世寂寞
死守一世寂寞 2020-12-02 06:46

What is the correct way to make text italic? I have seen the following four approaches:

Italic Text

I         


        
12条回答
  •  一生所求
    2020-12-02 07:04

    Use if you need some words/characters in italic in content without other styles. It also helps make content semantic.

    text-style is better suited for multiple styles and no semantic need.

提交回复
热议问题