The <u> tag underlines text.
|
Yes | Yes | Yes | Yes | Yes |
None.
The <u> tag supports the Global Attributes in HTML.
The <u> tag supports the Event Attributes in HTML.
u { text-decoration: underline; }
<!DOCTYPE html>
<html>
<body>
<p>This is a <u>test</u>.</p>
</body>
</html>