0
How do we add images using solo learn to html pages?
6 odpowiedzi
+ 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
+ 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”/>
+ 2
Not true. <img> does not have a closing tag. More info: https://www.w3schools.com/TAgs/tag_img.asp
+ 1
Thank you very much for your answer
0
ok thanks