0

How do i put an image in an html page in code playground?

what should I put in <a href = ""> tag if I want to put a downloaded image.

10th Feb 2017, 6:56 AM
Surya Poojary
Surya Poojary - avatar
2 Answers
+ 5
you can only use online images on code playground. copy the url of the image and paste it in the href to link to it. but don't you mean <img src="image_url"> ??? <a> will create a link.
10th Feb 2017, 7:01 AM
Mario L.
Mario L. - avatar
0
thanks mario
10th Feb 2017, 7:02 AM
Surya Poojary
Surya Poojary - avatar