Computer Science, asked by rinkibordoloikalita, 5 months ago

write HTML program to apply different text style like bold Italic underline​

Answers

Answered by Premkumar3402
2

Answer:

<html>

<body>

<p><u>Hello</u><i>there</i><b>this is you answer</b>

</body>

</html>

Explanation:

<u></u>: for underline

<i></i>: for italic

<b></b>: for bold

Similar questions