Exercise:

Use contextual classes to add the following:
Green color to the table row containing John.
Red color to the table row containing Mary.
Orange color to the last table row.

Hint: Use the .success, .danger and .warning classes.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com