Can we add images using css. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can we add images using css.

20th Oct 2018, 7:24 AM
Shwetha N
Shwetha N - avatar
2 Answers
+ 3
Most of your questions can be answered by doing the courses, I recommend you do them thoroughly first, and then ask what you didn't understand
20th Oct 2018, 8:01 AM
SomDorrie
+ 1
html: <div id="image"> </div> css: #image { width: 300px; height: 300px; background-image: url("path"); }
20th Oct 2018, 9:14 AM
BraveHornet
BraveHornet - avatar