Computer Science, asked by Noman7860, 7 months ago

What is the correct HTML for inserting an image? *

1. <img alt="myimage">image.gif</img>
2. <image src="myimage.gif">
3. <img src="myimage.gif">
4. <img href="myimage.gif">​

Answers

Answered by swastikrout1973
0

The correct way of inserting an image in html is option 3.The "src" attribute is the location of the image you can use the image in your computer as well as the images in the web.

Similar questions