+ 2
How can i put background image...i just forgot
5 ответов
+ 3
In css, background image is defined with the property named... 'background-image' :P
+ 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."
+ 2
for css
{background-image: url(image)}
+ 2
<body background="location of IMG">