Underline text in HTML

In HTML <u> element tags defines Underline texts.

Input:-

<html>
<body>
<p>This text is normal.</p>
<p><u>This text was underline.</u></p>
</body>
</html>

Output:-

This text is normal.

This text was underlined.

HOME/BACK


Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming