create a html document to display a picture of your favourite flower and write few lines about it
Answers
Answered by
3
<html>
<head>
<html>
<body>
.
.
.
.
</html>
<head>
<html>
<body>
.
.
.
.
</html>
Answered by
1
in body tag
<IMG SRC=your favorite picture's name and the path>
<p>few lines about your favorite picture</p>
</body>
</HTML>
<IMG SRC=your favorite picture's name and the path>
<p>few lines about your favorite picture</p>
</body>
</HTML>
Similar questions