0
How can i add background to it?
see merged html code https://code.sololearn.com/WJZDK7TuVxZ3/?ref=app
2 Answers
0
You need to learn CSS for that!!
You have to use background-color property!!
As you have used bgcolor attribute remaining incomplete! Please complete that: bgcolor=red!
https://code.sololearn.com/WJOjPg1Ml6g6/?ref=app
0
In html, clarinette body tag like <body>
In css, type for exemple:
body {
background-color:#dec0de;
}
change value of background-color as you like
if you prefer to show an image, read doc about css