Home  >  Article  >  Web Front-end  >  How to use html u tag

How to use html u tag

青灯夜游
青灯夜游Original
2019-05-27 16:31:154254browse

html u标签可用于定义下划线文本。但应尽量避免为文本加下划线,用户会把它混淆为一个超链接!所有浏览器都支持 标签。

How to use html u tag

html u标签怎么用?

作用:可定义下划线文本。

说明:请尽量避免为文本加下划线 - 用户会把它混淆为一个超链接!

注释:所有浏览器都支持 标签。

html u标签 示例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
</head>
<body>
<p>在这段文字的后面<u>添加了下划线</u>。</p>
</body>
</html>

效果图:

How to use html u tag

The above is the detailed content of How to use html u 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