How would you insert image in an HTML document class 7
Answers
Answered by
5
Answer:
<img src="your image name " alt="image name ">
Explanation:
mark Me As Brainlist
For 100 points
Answered by
1
Answer:
To insert pictures in an HTML document, we can use <img> tag, which is an empty tag. To add an image to the web page
Similar questions