Write code in HTML to display blue as the background of the web page.
Answers
Answered by
2
Answer:
<!DOCTYPE html>
<body style = "background-color: blue">
</body>
</html>
Please mark as brainliest
Similar questions