Computer Science, asked by Aasthagupt, 1 year ago

can anybody give me some HTML programs

Answers

Answered by virat3729
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.
Similar questions