0
how to put a background of html
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;
0
for a background you'll need css. html is the website and css is the styling. theres another app to learn css
0
<body bgcolor"blue">