+ 1
Help! HTML images
Hi. Thank you for reading. I have been trying to add images to my pure HTML page. But, the images that use aren't showing. It just shows a small symbol (of images). But, when I'm using images that others have used on their websites, it is showing. I read a lot of other discussions about it, but nothing worked for me. (I copied the link, the address, etc, etc) Please help! PS: I am using the app DCODER in my phone to do so. https://code.sololearn.com/WjTD37jJegOq/?ref=app
6 Réponses
+ 16
Sean Santhosh
Open the image in new tab and then copy link
more about images:
https://code.sololearn.com/WT3661NHpV3B/?ref=app
+ 10
Sean Santhosh
Your 1st link isn't Valid, you check it by opening the link in browser!
Here the correct link for 1st img u can use it:
https://upload.wikimedia.org/wikipedia/commons/1/15/Signature_of_Stan_Lee.svg
+ 8
Sean Santhosh
You are missing an closing bracket: '>'
Do like this:
<img src="https://en.m.wikipedia.org/wiki/File:Signature_of_Stan_Lee.svg" >
+ 3
Sorry aakaanksha, but still it isn't working for me....😭😭
+ 3
Thanks!
+ 1
Can you please tell me where you got the link from??