Computer Science, asked by sanvir, 1 year ago

create a html document to display a picture of your favourite flower and write few lines about it

Answers

Answered by ukaryan
3
<html>
<head>
<html>
<body>
.
.
.
.

</html>
Answered by HyperRude
1
in body tag
<IMG SRC=your favorite picture's name and the path>
<p>few lines about your favorite picture</p>
</body>
</HTML>
Similar questions