How can i put background image...i just forgot | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i put background image...i just forgot

22nd Jan 2017, 2:21 PM
Nyi Nyi Linn Htet
Nyi Nyi Linn Htet - avatar
5 Answers
22nd Jan 2017, 2:29 PM
Jaroslaw Salata
Jaroslaw Salata - avatar
+ 3
In css, background image is defined with the property named... 'background-image' :P
22nd Jan 2017, 2:37 PM
visph
visph - avatar
+ 3
Attribut 'background' of <body> tag ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body ): "This method is non-conforming, use CSS background property on the element instead."
23rd Jan 2017, 3:46 PM
visph
visph - avatar
+ 2
for css {background-image: url(image)}
22nd Jan 2017, 3:22 PM
Haley Underwood
Haley Underwood - avatar
+ 2
<body background="location of IMG">
23rd Jan 2017, 2:26 PM
PrathamRajMathur
PrathamRajMathur - avatar