Set the values to the correct properties.

<html> <head> <style> h3 { color: purple; font-weight: bold; font-style: italic; font-family: Comic Sans MS; } </style> </head> <body> <h3>Wanted!</h3> <h3>Graphic Designer</h3> </body> </html>]]>

Make sure to pick purple followed by bold and then italic, Comic Sans MS.