Why can't I get the image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

Why can't I get the image

Hello...I need to insert the image whose link I have written in the img tag...bt the image is not visible...plz help.. https://code.sololearn.com/WTwmlSO9qg80/?ref=app

1st Mar 2019, 10:14 AM
Felix
3 Answers
2nd Mar 2019, 4:24 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
If you want to use a full picture instead of thumbnail you have to change your code: <img src="https://upload.wikimedia.org/wikipedia/en/2/2f/Raazi_-_Poster.jpg" alt="Poster" height="380" width="263"></img> and also your height and width
3rd Mar 2019, 10:07 AM
Farid Boudour
Farid Boudour - avatar