Computer Science, asked by tenzinbairyan, 1 month ago

24 ) Which html tag is used to display a picture in
a web page? |​

Answers

Answered by purveshKolhe
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