Home  >  Article  >  Web Front-end  >  Understanding the HTML italic tag

Understanding the HTML italic tag

一个新手
一个新手Original
2017-10-26 09:59:204627browse


##HTML italic tag element

1. HTML italic syntax and structure: -

TOP

html Syntax for using i tag:

2. Instructions for using Html I italic tag: -

TOP

The italic tag element tells the browser to display the i-tagged text to the viewer in italics. For all browsers, this means that this text should be displayed in italics (skewed) for everyone to see. The Html i italic tag has the same effect as the html em emphasis tag. Both display and present the content text in italics.

3. I tag use case -

TOP
我是PHP中文网<br /> PHP中文网网址是<i>www.php.cn</i>

4. html italicSummary -

TOP

1,

The content modified by the tag will be displayed in italics. 2. The display style of html I italic tags is the same as the display style of html em emphasized tags.
3. Corresponding to the need to italicize or highlight the text content in HTML web pages, both i and em tags can be used.

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

Statement:
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