How do we add images using solo learn to html pages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do we add images using solo learn to html pages?

9th May 2018, 10:40 PM
Richmond Nkansah
Richmond Nkansah - avatar
5 Answers
+ 4
You can use the image from online resource as long as it qualify for public use and not copyrighted. Here's an example how we do it:- https://code.sololearn.com/WdAEz2j4ssYA/?ref=app
10th May 2018, 12:05 AM
Zephyr Koo
Zephyr Koo - avatar
+ 2
For Sololearn, since it isn’t connected to your computer but is web-based, you have to upload the desired image to the web (I recommend using Imgur). Then, get the link to the image and put it in. Ex: <img src=“LINK-FROM-PHOTO-SITE.jpg” alt=“my picture”/>
9th May 2018, 10:43 PM
luciel
luciel - avatar
+ 2
Not true. <img> does not have a closing tag. More info: https://www.w3schools.com/TAgs/tag_img.asp
9th May 2018, 11:13 PM
luciel
luciel - avatar
+ 1
Thank you very much for your answer
9th May 2018, 10:45 PM
Richmond Nkansah
Richmond Nkansah - avatar
0
ok thanks
9th May 2018, 11:13 PM
Richmond Nkansah
Richmond Nkansah - avatar