+ 1
Can anyone guide me on how to add image in html?I have used img tag +written the url still in output my image is not present
<img src="https://www.instagram.com/p/B22Ok-2H_wY/?igshid=qgqviwzvy06v">
8 Antworten
+ 1
The url you are using is a instagram GET routing instead of an image url, you must put an image url in the src. usually end with a jpg extension.
+ 1
https://www.tutorialspoint.com/How-to-Insert-an-Image-in-HTML-, https://www.tutorialrepublic.com/html-tutorial/html-images.php Page, may be useful in this regard.
0
Hi! you should specify the image file, not the url where it is
0
Can you elaborate more
0
Or you can embed the photo
0
This is an example:
<img src=" https://www.instagram.com/p/BtBvzK7FzMc/media/?size=m"/>
0
Avoiding the last part of your url
0
Ok i will try...thank you