Computer Science, asked by routankita710, 1 day ago

a. Sumit wants to add an image in a form. Can you suggest him, what should he do?​

Answers

Answered by kishanramesh05
0

Answer:

use <img> tag

Explanation:

The <img> tag is written as <img src="" alt=""> (no end tag) with the image URL inserted between the double quotes of the srcattribute. The srcset attribute can also be used in order to specify different images to use in different situations (e.g. high-resolution displays, small monitors, etc). The value of the altattribute appears if the image cannot be loaded.

Answered by singhkanishk496
0

Explanation:

Hope this helps please mark me as brainliest

Attachments:
Similar questions