text", use the "u" tag to define underline text; 2. "ins" tag, the syntax is " text" ins>", the "ins" tag is used to define text that has been inserted into the document. The style of this text will be underlined."/> text", use the "u" tag to define underline text; 2. "ins" tag, the syntax is "text" ins>", the "ins" tag is used to define text that has been inserted into the document. The style of this text will be underlined.">

Home>Article>Web Front-end> What tag to use for html5 underline?

What tag to use for html5 underline?

WBOY
WBOY Original
2021-12-17 11:54:45 12190browse

html5 Underline tag: 1. "u" tag, the syntax is "text", use the "u" tag to define underline text; 2. "ins" tag, the syntax For "text", the "ins" tag is used to define text that has been inserted into the document. The style of this text will be underlined.

What tag to use for html5 underline?

The operating environment of this tutorial: Windows 10 system, HTML5 version, Dell G3 computer.

html5 What tags to use for underlining

In html, you can use the u tag and ins tag to set the underline style for the text.

Use thetag to underline the text. The syntax is as follows:

下划线文本

You can also use the ins tag to underline the text. The syntax is as follows:

下划线文本

An example is as follows :

      Document 
ins标签可以设置下划线 u标签也可以设置下划线

Output result:

What tag to use for html5 underline?

Recommended tutorial: "html video tutorial"

The above is the detailed content of What tag to use for html5 underline?. 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