What is wrong with this code for creating table columns?
<col styles="background-color: red;">
styles should be style
styles
style
red should be a hexadecimal color code
red
background-color should be an HTML attribute
background-color
<col> should be inside <colgroup>
<col>
<colgroup>