You are here : htmlHTML 5u

<u> - HTML 5

The <u> tag represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.


Syntax

    <p>This is a <u>parragraph</u>.</p>


Example

    <p>This is a <u>parragraph</u>.</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference