How do i add images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i add images

Is there a way I can add images? Plus the head tag and body tag writes on the same line

8th Oct 2021, 12:52 AM
Derek Tallman
4 Answers
+ 1
Thanks a lot that was really helpful
8th Oct 2021, 1:26 AM
Derek Tallman
0
You have to reference images stored on an internet accessable location. You cannot save images to the Sololearn server.
8th Oct 2021, 12:56 AM
Paul K Sadler
Paul K Sadler - avatar
0
How?? Am a newbie
8th Oct 2021, 1:07 AM
Derek Tallman
0
For example: <img src = "https://www.somewebaddress.com/images/my_logo.jpg" alt = "My Logo Is Here" /> This could be on a site that allows you to save images for a fee or for free. It could also be a stock image that is allowed to be shared for free. Let's say you have a cloud drive and you reference an image you have stored there. You would have to allow public access to that location if you want anyone that accesses it from Sololearn to see it.
8th Oct 2021, 1:16 AM
Paul K Sadler
Paul K Sadler - avatar