1)How to add image in solo learn in css. 2) where i want save my image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

1)How to add image in solo learn in css. 2) where i want save my image

How to add image in css

14th Mar 2021, 1:33 PM
E N I Y A N
E N I Y A N - avatar
2 Answers
+ 3
Hello there E N I Y A N, Just use the following syntax for html: <img src="url_of_the_img"> The lesson: https://www.sololearn.com/learn/HTML/1030/?ref=app Or in css, just use: background:url("img_url"); https://www.sololearn.com/post/459751/?ref=app
14th Mar 2021, 1:40 PM
Matthew
Matthew - avatar
+ 2
E N I Y A N make use of search bar to search similar question before asking one , ty! https://www.sololearn.com/Discuss/2718707/?ref=app
14th Mar 2021, 1:41 PM
Abhay
Abhay - avatar