1.

Give HTML tag to display the sentence “WELCOME TO HTML” as centralized heading, having red colour.

Answer»

<HTML>

<HEAD><TITLE>My page</TITLE></HEAD>

<BODY>

<FONT COLOR="RED">

<H1 ALIGN= "CENTER">WELCOME TO HTML</H1>

</FONT>

</BODY>

</HTML>



Discussion

No Comment Found