What should I do to make this image visible in my code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What should I do to make this image visible in my code?

<figure> <img src="https://it.m.wikipedia.org/wiki/File:Map_of_Italy-it-2.svg"> </figure>

15th Jul 2020, 5:34 PM
Gabriele Gatti
Gabriele Gatti - avatar
4 Answers
+ 6
Gabriele Gatti Insert your image in such a way . I used imgbb to add this image. if you want to know about imgbb then read this another code : https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app Look at my code given below: I hope it will help you a little bit. Thank you. https://code.sololearn.com/WboHu0MC0xpy/?ref=app
15th Jul 2020, 5:48 PM
Akshay Panwar
Akshay Panwar - avatar
+ 3
Gabriele Gatti This is how you get the actual link of the image (I'm using Chrome mobile). * Open the wiki page where the image is displayed * Click or tap on the image * Click or tap on "Details" button to the bottom right * You will be taken to the image details page which gives you options for links to image under various sizes.
15th Jul 2020, 6:26 PM
Ipang
+ 2
Download that images and just enter the img name with img type
15th Jul 2020, 5:43 PM
hameed jamal
hameed jamal - avatar
+ 1
The link you provided is not an image link, it's a wikipedia webpage link. Use this image link instead https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Map_of_Italy-it-2.svg/984px-Map_of_Italy-it-2.svg.png
10th Jan 2021, 11:59 PM
Calviղ
Calviղ - avatar