HOW TO ADD BACK GROUND COLOR IN HTML.???
you can add background color by using below tags as given.
<html>
<head>
<title>
---------then close tag
</title>
</head>
< body bgcolor=red>
Then close this tag as
</boby>
</html>
There are different colors which you like or want pot into body bgcolor coding.
you can do practice of HTML coding on simple notepad or notepad++.