Add the head and style tags in their correct positions.

<html> <head> <style> </style> </head> <body> <h3>The rubber ducky website</h3> </body> </html>]]>

Make sure to pick <head> followed by <style>, then </style>, and finish with </head>.