Some commonly used tags in css (continuous update~)

HTML <i.> Tag
Tag definition and instructions for use
<i.> Defines the part that is different from the rest of the text, and renders this part of the text as italic text.

The <.i> tag is used to denote scientific and technological terms, idioms in other languages, ideas, the name of spacecraft, and so on.

When no other elements with proper semantics are available, use the <i.> element. Other semantic elements are as follows:

<em.> (emphasized text)
<strong.> (important text)
<mark.>(Marked/highlighted text)
<cite.> (title of the work)
<dfn.> (a definition item)

Guess you like

Origin blog.csdn.net/dd_Mr/article/details/84334367