0
How can I put background on HTML coding?
6 Answers
0
<table border=" "></table>-HTML
or you can use your knowledge of CSS
0
yes
0
using <body bgcolor="green"></body>
0
Hey it's more one way with javascript
Here:
document.body.style.backgroundColor =Â "yellow";
If use <body bgcolor> It can be disabled if javascript is active
0
<body background="picture.jpg">
0
tank