Search This Blog

HTML UnderLine Tag Example

HTML UnderLine Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> <u> UnderLine Tag Example </u> </h1>
<p> by < u > tag we can <u>underline</u> any content like any word, character and paragraph. </p>
</center>
</body>
</html>

OUTPUT
HTML UnderLine Tag Example

No comments:

Post a Comment