write the html program for Hello,World bold-faced,underlined ,in the in the center of the page
Answers
Answered by
1
Answer:
<HTML>
<HEAD>
<TITLE>Hello World<TITLE>
</HEAD
<BODY>
<CENTER><B><U>Hello World</B><U>
</BODY>
</HTML>
Similar questions