0

How can i insert image into a HTML document?

Having problem inserting image in an HTML document

15th May 2020, 10:47 AM
Ojekhide Emmanuel
Ojekhide Emmanuel - avatar
3 Réponses
+ 1
Have you tried doing this <img src="image.jpg" alt="This is an image inserted in html">. The src is the name of the file you want to show and alt is what should be displayed if the browser can't show the image. You can also add width and height if you want
15th May 2020, 10:59 AM
Quinten De Wolf