+ 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
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
+ 4
Url than https://code.sololearn.com/WHvLqXMPgsx3/?ref=app
Use height and width and don.t forget alt" "
+ 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
+ 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.
+ 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