Why <img> tag is not working in HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why <img> tag is not working in HTML5

<!doctype html> <html> <head></head> <body> <img src="chess-shadow-pawns-500px-wallpaper-preview.jpg"/> </body> </html>

13th Nov 2020, 4:23 AM
Kshitiz Jha
Kshitiz Jha - avatar
3 Answers
+ 8
<img> tag is working in html5. Try getting correct image link https://www.sololearn.com/discuss/2411202/?ref=app
13th Nov 2020, 4:25 AM
Simba
Simba - avatar
+ 1
Can you please share you code with us so we can check where is you doing wrong
13th Nov 2020, 4:24 AM
Stuvan
Stuvan - avatar
0
And the code? But yes working, you need a good image link, or download an image
17th Nov 2020, 2:29 PM
Mister
Mister - avatar