1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
<html> <head> <style> body.class1.class2 { color: red; } </style> </head> <body class = "class1 class2"> This becomes red </body> </html>