Home > Article > Web Front-end > What tag is ?
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.
## 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!