adding image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

adding image

Hi I also tried to add image per the instruction <img src="tulips.jpg" alt="tulips"/> img icon shows up but unable to download the picture from "tulips.jpg" file, i understand it must be a online link instead of local file. But do not know to how write code of "online link"? Isnt "tulips.jpg" a local file?? Thank you

24th Jul 2017, 10:51 PM
patty chou
1 Answer
0
by adding width it automatically scales the height to keep the same ratio. <img width="200px" src="http://3.bp.blogspot.com/-qIq7iMRn4Dg/UDZFxyDuxqI/AAAAAAAAQ_Q/0WvGxBXvAxY/s1600/pink+tulips+flowers.+(1).jpg" alt="random tulip I found on internet" />
24th Jul 2017, 11:15 PM
God Usopp
God Usopp - avatar