underline In html

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


<!DOCTYPE html>
<html>
<body>

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

</body>

</html>

Output:
This is a parragraph.

Comments

Popular posts from this blog

Headings In HTML

Introduction and Format of HTML

Font Tag