Computer Science, asked by varshamahato2009, 3 days ago

write a program to create a web page where you will display your in 3 different style in 3 different lines first bold second italic and third underline​

Answers

Answered by pritambera0202
0

Answer:

<HTML>

<HEAD>

<TITLE>BRAINLY ANSWER</TITLE></HEAD>

<BODY>

<P><B>THIS IS BOLD</B></P>

<P><I>THIS IS ITALIC</I></P>

<P><U>THIS IS UNDERLINE</U></P>

</BODY>

</HTML>

Explanation:

Hope it will help you ❤️

Similar questions