Add the style attribute along with the equal sign and declaration in their correct position.

<html> <head> <link rel="stylesheet" href="style.css"> </head> <body> <h1 style="color: red;">BREAKING NEWS!</h1> </body> </html>]]>

Make sure to pick style followed by = and then ", color: red;, ".