Home > Web Front-end > Front-end Q&A > What tag is ?

What tag is ?

烟雨青岚
Release: 2020-07-18 09:23:32
Original
12179 people have browsed it

In HTML, the [ tag] represents the italic text effect. The tag is similar to the content-based style tag ; it tells the browser to display the contained text in italic or oblique fonts.

What tag is <i>?

## tag displays italic text effect.

The tag is similar to the content-based style tag .

It tells the browser to display the included text in italic or oblique font.

If this italic font is not available for the browser, you can use highlighting, inverse, or underline styles.

Tip: The tag must be used in conjunction with the closing tag .

Recommended tutorial: "

HTML Tutorial"

The above is the detailed content of What tag is ?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template