- The CSS rule doesn't have a selector or braces
- The selector is missing
- The CSS rule doesn't have a any braces
<html> <head> <style> font-family: Helvetica; </style> </head> <body> <h3>Holidays in Switzerland 50% OFF</h3> </body> </html>]]>The CSS rule doesn't have a selector or braces.