+ 3
How will one insert a background image on his work using html
4 ответов
+ 2
I believe you can do that with only CSS, I'm still at the beginning of CSS course tho so I still don't know how.
+ 1
Did you go through online tutorials or videos?,anyway here it is
background-image:url("image path");
+ 1
Inside <style> tags
+ 1
Thanks