Computer Science, asked by jainiiyaagautam2005, 8 months ago

Write the html code to set the background color of a web page as green​

Answers

Answered by kavya969095
6

Answer:

<html>

<body bgcolor="green">

</body>

</html>

Explanation:

This code will give green as background colour.

Similar questions