u
适用DTD:Transitional Frameset 适用浏览器:All
释义
下划线(underline text)
语法
<u 属性="属性值">~标签内容~</u>
<u 属性="属性值">~标签内容~</u>
示范
<u>文本</u>
范例
下面的例子显示了XHTML文件基础结构: 运行打印
下面的例子显示了XHTML文件基础结构: 运行打印
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>元素u</title>
</head>
<body>
下划线文字 u
<u> U </u>元素可以显示下划线
CSS样式的text-decoration:<span style="text-decoration: underline">underline</span>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>元素u</title>
</head>
<body>
下划线文字 u
<u> U </u>元素可以显示下划线
CSS样式的text-decoration:<span style="text-decoration: underline">underline</span>
</body>
</html>
参阅
ins