+ 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
4 Answers
+ 5
Other alternative https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 2
change the src value to https://upload.wikimedia.org/wikipedia/en/thumb/2/2f/Raazi_-_Poster.jpg/220px-Raazi_-_Poster.jpg
+ 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