There are two types of background in HTML:
<body bgcolor = “red”>
The value of the bgcolor can be set in three ways by hexadecimal number, an RGB value and Color name.
<body bgcolor = “black”><body bgcolor = “rgb(0,0,0)”><body bgcolor = “#000000”>
<body background=”study.gif”>
Answers (0)