Computer Science, asked by priyanshu0102, 5 months ago

How to display a local image on a webpage using HTML script? (a local image on my PC or mobile but it's not on internet then uow can i display it on my webpage...please tell for *both devices*)​

Answers

Answered by kanchankanchan47926
0

Answer:

To use an image on a webpage, use the <img> tag. The tag allows you to add image source, alt, width, height, etc. The src is to add the image URL. The alt is the alternate text attribute, which is text that is visible when the image fails to load.

Similar questions