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
Code to be copied in Notepad
<html>
<body bgcolor="red">
<font color="yellow" size="15">
My First Page
</font>
</body>
</html>
Out put
0 Comments: