write the code illustrates the use of <IMG>tag to insert an image in your web page.
Answers
Answered by
0
Answer:
i dont know this answer
Answered by
0
Answer:
To define an HTML image, you need to use the <img> tag:
Example
<img src="image.png" alt="Space Doggo" width="50" height="50">
Similar questions