+ 2
How to add an image on HTML?
I am trying to add image on img tags. But don't get the process. Thanks in advance.
4 Respostas
+ 3
<img src="your-image-path" />
Image tag will have the src attribute whose value is the path of the image
I think you might be giving wrong image path
+ 2
You need this example <img src="PATH_TO_YOUR_IMAGE" />
+ 1
<img src= yourimage.jpg/>
0
<img src=“//your.image.path”/>