0

how to put a background of html

4th Oct 2016, 7:34 PM
arjean
3 odpowiedzi
+ 1
As Max said, you will need CSS. - To put color on your background: background-color: black; - To put an image: background-image: url("img.jpg"); - Background Syntax (from w3schools): background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;
4th Oct 2016, 8:46 PM
Tig
Tig - avatar
0
for a background you'll need css. html is the website and css is the styling. theres another app to learn css
4th Oct 2016, 8:34 PM
Max
0
<body bgcolor"blue">
5th Oct 2016, 5:51 AM
Yassin Hussein
Yassin Hussein - avatar