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:
Similar questions