I am using the W3 CSS validator and when trying to validate my code it finds these errors:
121 thead Value Error : background-color #e422357a is not a background-color value : #e422357a 125 tbody Value Error : background-color #1515157a is not a background-color value : #1515157a 129 tfoot Value Error : background-color #e8b63d7a is not a background-color value : #e8b63d7a
This is the code in question. This is for a school assignment and my professor told me it's important that …
css ×1