Write HTML code to develop a Web page having the background in red and title “My First Page” in any other colour.

SHARE
Write HTML code to develop a Web page having the background in red and title “My First Page” in any other colour.

Code to be copied in Notepad


<html>
<body bgcolor="red">
<font color="yellow" size="15">
My First Page
</font>

</body>
</html>

Out put


SHARE

Author: verified_user

0 Comments:

; //]]>