How to add background colour to a web page?
Answers
Answered by
2
Answer: Do the following:
the words in italics show the code:
<html>
<head>
<title>title</title>
<style type="text/css">
body{
background-color:red;
}
<style>
</head>
<body>
</body>
</html>
I HOPE THIS HELPS PLEASE GIVE THE FEEDBACK
Similar questions