Write an HTML code keeping the following in mind--
1."My favorite Monument " should be the heading size 1
2.It should include an image of the same ,for example Tajmahal.jpg
(use tag)
3.After the picture also include the statement "This is the 1st monument I fell in love with",
where st of 1st should be a superscript.
Write Correctly or be reported and you will not get points
Answers
Answered by
2
Answer:
<html>
<body>
<h1>My favorite Monument</h1>
<img src="Tajmahal" />
This is the 1<sup>st</sup> monument I fell in love with.
</body>
</html>
In the img tag, you can use height and width attributes to adjust the image size.
Hope it helps you!
Please mark me as the brainliest : )
Similar questions