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