How are images added in HTML document?
Answers
Answered by
4
Answer:
To insert image in an HTML page, use the <img> tags. ... </body> tag. The src attribute is used to add the image source i.e. URL of the image. The alt attribute is for adding alternate text, width for adding width, and height for adding the height of the image.
divyasoni87ds:
Thanku
Similar questions