Computer Science, asked by priyankabilas13, 8 months ago

what is the uses of the <img> tag ? is it an empty or a container element ? explain any two attributes used with this tag using an example .​

Answers

Answered by Devika1234576
7

Answer:

<Img> tag is used to connect the photo html document and it is container tag and its attributes are..

Answered by Himangshutanti
12

Answer: The <img> tag specifies an image to be displayed in an HTML5 document.It is an empty element.

Two attributes are : A) src___src specifies the URL of an image file.example <img src= "picl.jpg">

B) height____Specifies the height of the image.example<img src="picl.jpg"

height="100">

Explanation:

Similar questions