Why is the image not showing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why is the image not showing

I tried make my own website, obviously you need images.When i put in the url link of the image in the img tag, it didn't show. https://code.sololearn.com/WVB9Ov3HxCBt/?ref=app

24th Jan 2020, 5:24 PM
Gottem
Gottem - avatar
5 Answers
+ 3
The link you used in the src is a Google search, u need to grab the image link..https://media.2oceansvibe.com/wp-content/uploads/2018/03/greatwhitefalse.jpg
24th Jan 2020, 5:55 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 4
Url than https://code.sololearn.com/WHvLqXMPgsx3/?ref=app Use height and width and don.t forget alt" "
24th Mar 2020, 10:35 PM
AHMED ETAHRY
AHMED ETAHRY - avatar
+ 2
Right click/hold the image and then click copy/copy image address or similar. In your case, the link: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdUlqThlwQ3jFfvrmhgpR1n1d71tFdxvwcIaa2X2o4m2JD_4vaKA&s
24th Jan 2020, 5:33 PM
Jax
Jax - avatar
+ 2
The URL you are using is a web page. You should use this link instead: https://media.2oceansvibe.com/wp-content/uploads/2018/03/greatwhitefalse.jpg Or simply save the image on you host and link to it.
25th Jan 2020, 2:22 PM
Hffchh
+ 1
Hello, There Is a mistake in your URL, you have put the URL of that image. You should put the web address of the image. You can get that web address in the following way. Right-click on image > select copy image address You can refer the following code: https://code.sololearn.com/Wk3aOCpqBzyU/#html
29th Jan 2020, 4:29 AM
Ishan Shah
Ishan Shah - avatar