I don't know what I'm missing

can someone tell how to make this all blue

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

from this
<h2 style="color: red;">CatPhotoApp</h2>

cut the inline css
internal or external wont work unless you remove inline

inline>internal>external

1 Like

hellostrong text

remove the inline styling in the h2 tag

<h2>CatPhotoApp</h2>

just like that

1 Like

HEllo progammers.
I would like to have a chat