how to use img tag in html file
Answers
Answered by
2
Answer:
Explanation:
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