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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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">

8th Apr 2020, 2:52 PM
Muskaan Narang
Muskaan Narang - avatar
8 Answers
+ 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.
8th Apr 2020, 3:05 PM
Gordon
Gordon - avatar
0
Hi! you should specify the image file, not the url where it is
8th Apr 2020, 2:59 PM
Nic Beis
0
Can you elaborate more
8th Apr 2020, 3:00 PM
Muskaan Narang
Muskaan Narang - avatar
0
Or you can embed the photo
8th Apr 2020, 3:04 PM
Nic Beis
8th Apr 2020, 3:17 PM
Nic Beis
0
Avoiding the last part of your url
8th Apr 2020, 3:19 PM
Nic Beis
0
Ok i will try...thank you
8th Apr 2020, 3:45 PM
Muskaan Narang
Muskaan Narang - avatar