+ 3
Which one should I use, Background or Background-color?
Working in it, I see a lot of time people using background and background-color, which one should I have to use from here and now? for a better order in the code? Thank you for the help.
3 ответов
+ 3
background is the container of background-color, so you may use background to write less code in css but to make code more readable you should use background color
+ 1
Thanks Mauricio Urso, this resolved my question, thanks again for your help
0
<body bgcolor="purple"> easy code :)