- 4
How to add picture??
how could I add photo in solo learn apps??
6 Respostas
+ 7
same as any html page.
tells you here
https://www.sololearn.com/Course/HTML/?ref=app
+ 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.
+ 4
<img src="imageaddress">
+ 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
+ 2
<Img src="image address"