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.
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.
0
thanks mario