Computer Science, asked by rivha, 1 year ago

write a Web page having background color in red and title "my first page "

Answers

Answered by khanujarashmit
11
Solution code is in image ...plz refer image attached below
Attachments:
Answered by rishilaugh
3
<html>
<head>
<title>My first page</title>
</head>
<body style="background-color:red;">
</body>
</html>
Similar questions