Computer Science, asked by ridhika1, 1 year ago

write HTML code to.. C. . display the text ''''practice makes a man perfect in bold , italic and underline it

Answers

Answered by zerodown1024
3
<HTML>
<HEAD>
</HEAD>
<BODY>
<b>
<I>
<u>
Practice makes a man perfect
</u>
</I>
</b>
</BODY>
</HTML>
Similar questions