Pictures in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pictures in HTML

I am in the playground and I cannot seem to get any of my pictures to show up. I even uploaded it to my facebook and tried to use the public URL and nothing Why? <!Doctype HTML> <html> <head><title></title></head> <body> <img src="https://www.facebook.com/photo.php?fbid=10156755680578032&set=gm.1944077539190426&type=3&theater"></img> </body> </html>

6th Feb 2018, 10:39 PM
HtagPro
HtagPro - avatar
1 Answer
+ 1
aside from Full Gamer's suggestion, removing the rogue partner tag. img tags are self closing like line breaks <img src="" />. the url has a "protection" that requires login. you might need to use an imbed code of some sorts from facebook. try another image that isnt on facebook. like this one: https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Orange-Whole-%26-Split.jpg/1200px-Orange-Whole-%26-Split.jpg
7th Feb 2018, 12:39 AM
kideoh0jima