Computer Science, asked by harmansingh9547, 8 months ago

A webpage display a picture what tag is used to display that picture

Answers

Answered by dhyanishpatel
14

Answer:

img

Explanation:

The <img> tag is used to embed an image in an HTML page. Images are not technically inserted into a web page; images are linked to web pages. The <img> tag creates a holding space for the referenced image. The <img> tag has two required attributes: src - Specifies the path to the image

Similar questions