When we add something like color: green;, we're adding a declaration. Declarations are CSS, not HTML.

<html> <body> <h1 style="color: green;">Flowers by Ana</h1></body></html>]]>

Make sure to pick color followed by : and then green, ;.