How to change background color in HTML?
So to change the background in HTML you have to write an attribute inside the tags. The attribute that we will use is bgcolor attribute.
<body style="background-color:">
<html>
<head>
<title> MY NAME </title>
</head>
<body style="background-color:pink">
Hello everyone!! my name is Esha Rautela!!<br><hr>
I study in grade 8.<br><hr>
:)<hr>
</body>
</html>
Comments
Post a Comment