write the html code to do the following a. logo used in the page on the top corner should be form a file "ipl 2020 gif." b. background color of the page is "aqua" c. text color of the page is "red"
Answers
Answered by
3
Here's an example of a segment of the code is given.. jst have a Look at the 1st_attachment above.
ANSWER:
<!DOCTYPE html>
<title>
(type ur desired title)
</title>
<body style= "background-color:aqua", "background-image:ipl 2020.gif",
"background-position:top-left">
<font color="red">This is some text
</font>
</body>
</html>
Attachments:
![](https://hi-static.z-dn.net/files/d95/8749b8a5bd97557df65141fc1f80f6b7.jpg)
![](https://hi-static.z-dn.net/files/d60/9036fb2cb9aac0ef842d2b13a5d445ef.jpg)
Similar questions