<u>
Browser |
|
---|---|
Type |
The U element defines underlined text.
<u>underlined text</u>
The use of this element is deprecated. (Use CSS instead)
Example
<p>Normal text, <u>Underlined text,</u> Normal text,</p>
- Output
-
Normal text, Underlined text, Normal text,