Home > Web Front-end > HTML Tutorial > What is the function of HTML tag?

What is the function of HTML tag?

(*-*)浩
Release: 2019-11-28 11:20:25
Original
3894 people have browsed it

HTML Tag

What is the function of HTML <u> tag?

##All browsers support the tag.

definition and usage (Recommended learning: html tutorial )

# & lt; u & gt; tags can define the line text.

Differences between HTML and XHTML

In HTML 4.01, the u element is deprecated.

In XHTML 1.0 Strict DTD, the u element is not supported.

Tip

Note: Please avoid underlining text - users will confuse it as a hyperlink!

Example

Use the tag to underline text:

<html>
<body>

<p>如果文本不是超链接,就不要<u>对其使用下划线</u>。</p>

</body>
</html>
Copy after login

The above is the detailed content of What is the function of HTML tag?. 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