24 ) Which html tag is used to display a picture in
a web page? |
Answers
Answered by
2
<img> tag.
<img> tag is used for inserting images. It has no closing tags.
It has src attribute which stands for source.
Syntax::
<img src= "url">
Example usage::
<img src="flower.png">
Hope This Helps You.
Similar questions