Computer Science, asked by dakshisj7222, 8 months ago

Write code in HTML to display blue as the background of the web page.

Answers

Answered by SilentCrafter
2

Answer:

<!DOCTYPE html>

<body style = "background-color: blue">

</body>

</html>

Please mark as brainliest

Similar questions