can anybody give me some HTML programs
Answers
Answered by
1
<html>
<head>
<title>background colour</title>
</head>
<body>
<bgcolor="pink">
HI, HELLO FRIEND
</body>
</html>
this is your simple html program to change the background colour of web page.
<head>
<title>background colour</title>
</head>
<body>
<bgcolor="pink">
HI, HELLO FRIEND
</body>
</html>
this is your simple html program to change the background colour of web page.
Similar questions