Computer Science, asked by nniranjanvj, 4 months ago


Aditi is creating a webpage using HTML. She wants to insert an image but she does not know

the tag to be used. Suggest her the tag she should use for the same.​

Answers

Answered by jyotishman2821
4

Answer:

use <img src="imagename.jpg">

Explanation:

The<img> tag is used to specify an image to the html webpage.....use the tag after the <body> tag

Similar questions