Setting the background color
SETTING THE BACKGROUND COLOR
<!Doctype html>
<head>
<Title> Bgcolor</Title>
</head>
<body style="background-color#ff0000;">
<h1 style="background-color:#yellow;">
HEADING
</H1>
<P style="background-color:rgb(175,0,0);">Hello world</p>
</body>
</html>
output👎
output👎
HEADING
Hello world
Comments