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>对其使用下划线</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