What's wrong with this code?

The CSS rule doesn't have a selector or bracesThe selector is missingThe 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.