Underlined Text on HTML

Underlined Text:
Anything that appear within <u>…….</u>element, is displayed with underline.
Example:

<!DOCTYPE html>
<html>
<head>
<title Formatting Example</title>
</head>
<body>
<p>The following word uses a <u>underlined</u>typeface.</p> 
</body>
</html>

OUTPUT:
The following word uses an underlined typeface.

Comments

Popular posts from this blog

Set Font Colour

HTML FONTS

HTML Table Heading