+ 1
1)How to add image in solo learn in css. 2) where i want save my image
How to add image in css
3 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
+ 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