Stuck on CSS Style Block

<style>
<h2 {color: blue;}>CatPhotoApp</h2>
</style>

I can’t figure this one out… How am I supposed to format this?

Thanks :slightly_smiling_face:

Nevermind! Just figured it out.

<style>
h2 {color: blue;}
</style>
<h2>CatPhotoApp</h2>