NAME
RED
GREEN
BLUE
BACKGROUND COLOR FOR CELLS
RED
GREEN
BLUE
Write the HTML program for given
output using <table> tag.
Answers
Answered by
0
Explanation:
This means you need to use the style attribute in the opening tag you wish to add HTML color to. You may use the color property to change the color of your text, or background-color to change the color of the background. Both of these properties take color names, RGB, RGBA, HEX, HSL or HSLA values.
Similar questions