0

How can i add background to it?

see merged html code https://code.sololearn.com/WJZDK7TuVxZ3/?ref=app

12th Dec 2018, 4:24 PM
KRITESH OJHA
KRITESH OJHA - avatar
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
12th Dec 2018, 5:29 PM
AL Araf
AL Araf - avatar
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
12th Dec 2018, 5:32 PM
MBZH31
MBZH31 - avatar