Home Web Front-end HTML Tutorial What is the tag html i? Summary of how to use html i tags

What is the tag html i? Summary of how to use html i tags

Aug 31, 2018 pm 12:08 PM
html i

This article mainly talks about the introduction of HTML i tags, and the introduction of how to use HTML i tags. Finally, it is my personal summary. Let us take a look at this article together

First of all, let’s talk about what is the html i tag? Let's take a look at the introduction to the i tag:

Define a part that is different from the rest of the text, and render this part of the text as italicized text.

Tags are used to represent scientific terms, idioms in other languages, ideas, spacecraft names, etc.

Use the element when no other element with appropriate semantics can be used.

Tip: In HTML4.01, the tag renders text in italics. However, this is not necessary in HTML5, and a style sheet can be used to format the text within the element.

tag displays 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. If this type of italics is not available for the browser, you can use highlighting, inverting, or underlining styles.

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

Note: Since i is also the abbreviation of icon, some popular frameworks such as bootstrap also often use the tag to store icons (icons), usually using CSS to write the tag中

Next let’s talk about the use of HTML i tags: The

i element represents text that is different from regular text and has a different voice or tone. , used to classify names, technical terms, idioms in foreign languages, translated prose, ship names in Western texts, etc.

If the text in the i element is in a different language than the main text, use the lang attribute to indicate it. For example:

<p>这里 <i>是PHP中文网</i>PHP中文网。</p>
<p>这是 <i>一个能免费学习</i>任何编程语言的网站。</p>
<p>很多人都喜欢<i>来PHP中文网</i>来学习。</p>
Copy after login

By default, browsers will display emphasized text in italics. The running results are as shown in the figure:

What is the tag html i? Summary of how to use html i tags

I pointed out all the changes, so it should be obvious

Definition of italics

<i>文本</i>
Copy after login

The text will have an italic style, which can be used to emphasize or distinguish a particular field

html Summary of i tag:

HTML The i tag can define the text style in the HTML4.01 version, but the css style added in HTML5 can cancel the text format in the i tag, so few people use the tag in HTML5 To express text emphasis, but in the HTML4.01 version, the tag is still welcome. This is one of the reasons why I say html i tag.

The article ends here (if you want to learn more, come to the PHP Chinese website, a website with many free programming courses). If you have any questions, you can ask them below.

【Editor’s Recommendation】

Does the HTML button tag have a hyperlink? Here is an example of setting a hyperlink on a button tag

How to customize the dialog background in HTML? An article teaches you how to customize the dialog!

The above is the detailed content of What is the tag html i? Summary of how to use html i tags. For more information, please follow other related articles on the PHP Chinese website!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Table Border in HTML Table Border in HTML Sep 04, 2024 pm 04:49 PM

Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

HTML margin-left HTML margin-left Sep 04, 2024 pm 04:48 PM

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

Nested Table in HTML Nested Table in HTML Sep 04, 2024 pm 04:49 PM

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

HTML Table Layout HTML Table Layout Sep 04, 2024 pm 04:54 PM

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

HTML Input Placeholder HTML Input Placeholder Sep 04, 2024 pm 04:54 PM

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

HTML Ordered List HTML Ordered List Sep 04, 2024 pm 04:43 PM

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Moving Text in HTML Moving Text in HTML Sep 04, 2024 pm 04:45 PM

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

HTML onclick Button HTML onclick Button Sep 04, 2024 pm 04:49 PM

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.

See all articles