CSS source code for how to set the background color ?
CSS source code for how to set the background color ?
<html>
<head>
</head>
<body>
<p style = "background-color:red;">
This text has a red background color.
</p>
</body>
</html>
<html>
<head>
</head>
<body>
<p style = "background-color:red;">
This text has a red background color.
</p>
</body>
</html>
Comments
Post a Comment