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