in CSS, which of the following code/ codes can be used for colouringa table background in red?
Answer options
A
Code 1: table {background-color: red; }
B
Code 2: table {bgcolor: red;}
C
Code 3: table {background: red;}
D
Choose one
E
code 1 only
Correct answer: code 1 only
Explanation
The source marks the correct answer as: code 1 only.