Why My web dosen't see my image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why My web dosen't see my image?

Why?? I tried with all and nothing <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Peliculas Shark</title> link rel="shorcut icon" type="image/x-icon"href=favicon.ico <H1><p align="center">HOLA FAMILIA SHARK!!</p></H1> </head> <body> <p><b>Hola familia shark como saben es muy dificil hacer una pagina de peliculas y series gratis les agradeceria si me donaran en mi pay pal </b></p> <p>Inicio</p> </body> <!--Aqui empieza el carruzel --> <body> <p align="center"><b>Scooby doo</b></p> <img src="posters/scooby" width="200px" height="350px" alt="" /> <p>Hola</p> </body> </html>

15th Jan 2021, 2:56 AM
Ramsesfull real
Ramsesfull real - avatar
4 Answers
+ 9
Can we see your code? Check this thread out https://www.sololearn.com/discuss/2411202/?ref=app
15th Jan 2021, 3:00 AM
Simba
Simba - avatar
+ 4
Could you describe your Question, Use proper tags ,Post your code here ...
15th Jan 2021, 3:00 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Yeah, posting your tag will be good...so...
15th Jan 2021, 3:05 AM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
0
That is because you are trying to access the image from the path of your device, however codeplay ground is ran from an external server so your file path does not exist. You can upload your image to dropbox or google drive and create a link and put that link as your <img src""> Learn how from here. https://www.sololearn.com/post/459751/?ref=app
15th Jan 2021, 9:54 AM
Chris Coder
Chris Coder - avatar