0

I have an image source. I want to write an html code so that when the code is Run the output should be image

6th Nov 2018, 2:19 PM
Avadesh Pandey
Avadesh Pandey - avatar
4 Answers
0
<img src = "url goes here" /> If you run below code it will show Indian map <img src="http://www.toptourguide.com/indialarge.gif" />
6th Nov 2018, 2:40 PM
Satyam Das
Satyam Das - avatar
0
Ok Copy a image link from Google images and replace it by your and try will you get the required output or not
6th Nov 2018, 3:08 PM
Avadesh Pandey
Avadesh Pandey - avatar
0
http://www.toptourguide.com/indialarge.gif this url I copied from google and it works
6th Nov 2018, 3:10 PM
Satyam Das
Satyam Das - avatar
0
Ok thanks
6th Nov 2018, 3:11 PM
Avadesh Pandey
Avadesh Pandey - avatar