Computer Science, asked by priyamudgil222, 2 months ago

what do you mean by img and srg in image tag​

Answers

Answered by AnushGudimetla
1

Answer:

The img stands for image and src stands for source, and together it is 'Image source' tag. The img and src are used together as <img src> to insert an image in the HTML document. The example below shows how you use the img src -

<img src = "hello-world.jpg">

Therefore, ''img' is ''image'' and ''src'' is ''source''

Answered by fareehazubair
1

Answer:

What is SRC in IMG tag?

The <img> tag is used to embed an image in an HTML page. ... src - Specifies the path to the image. alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed.

Explanation:

Similar questions