Computer Science, asked by sethprathamesh9314, 11 months ago

A web page to display text bold italic and underline

Answers

Answered by Hacket
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