n.The 21st letter of the English alphabet

html u tag syntax

Function: Can define underlined text.

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

Note: All browsers support the <u> tag.

html u tag example

<html>
<body>

<p>如果文本不是超鏈接,就不要<u>對(duì)其使用下劃線</u>。</p>

</body>
</html>

Run Instance?

Click the "Run Instance" button to view the online instance

<html>
<body>

<p>在這段文字的后面<u>添加了下劃線</u>。</p>

</body>
</html>

Run instance?

Click the "Run instance" button to view the online instance