can someone tell how to make this all blue
<style>
h2 {
color: blue;
}
</style>
from this
<h2 style="color: red;">CatPhotoApp</h2>
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
hellostrong text
remove the inline styling in the h2 tag
<h2>CatPhotoApp</h2>
just like that
HEllo progammers.
I would like to have a chat