Write the steps to give the background
Answers
Answered by
1
Answer:
MARK ME AS THE BRAINLIEST
Explanation:
To Give A background color to your webpage you add like this in header code
<style>
body{
background: color name;
}
</style>
Similar questions