Computer Science, asked by rivha, 1 year ago

write a html code to develop a Web page having background color in red

Answers

Answered by Aayush11111
4
<html>
<body bgcolor=red>
this is my first page
</body>
</html>
Answered by khanujarashmit
0
< html> < body style="background-color:red;"> body> html>
Similar questions