How to draw underline below the text
How to draw underline below the text
Name of Program - Program to display marquee from down direction.
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>UnderlineText Example</title>
</head>
<body>
<p>The following word uses a <u>bold</u> typeface.</p>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
The following word uses a Underline typeface.
Post a Comment