How to add picture?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

How to add picture??

how could I add photo in solo learn apps??

14th Nov 2017, 1:45 AM
Aaron Aaric
Aaron Aaric - avatar
6 Answers
14th Nov 2017, 2:33 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 7
same as any html page. tells you here https://www.sololearn.com/Course/HTML/?ref=app
14th Nov 2017, 2:09 AM
Manual
Manual - avatar
+ 4
I'm guessing you know the syntax of img tag and can't get it to run here. Most images I've tried to load fail for me also. There are some that do work and I assume it has to do with the place that has the image. Sites can refuse to allow 3rd party access to images so our html won't have access.
14th Nov 2017, 2:14 AM
John Wells
John Wells - avatar
+ 4
<img src="imageaddress">
14th Nov 2017, 3:20 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
This topic is covered in HTML course, in chapter HTML Basics → Images. (Edit) Regarding HTML absolute & relative path, related to src attribute of img tag. https://www.w3schools.com/html/html_filepaths.asp
14th Nov 2017, 2:10 AM
Ipang
+ 2
<Img src="image address"
28th Nov 2017, 2:08 AM
Vyshnav Vishnu
Vyshnav Vishnu - avatar