A web page to display text bold italic and underline
Answers
Answered by
4
<html>
<head>
<title>web page title</title>
</head>
<body>
P<b>bold text</b>
<I>italic text</I>
<u>underline text</u></p>
</body>
</html>
Similar questions