<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/1/6?curriculum_id=50579fb998b470000202dc8b
keeps telling me i am missing something in my and i cannot figure out what i am mess up on. any help would be nice.
Oops, try again. Did you remember to close your tag?
``` ResultChange me to Verdana.
Change me to Courier.
Make me purple!
h1 {
font-family:Verdana;
}
h3 {
font-family:Courier;
}
p {
color:purple;
/* please help */
}
<do not remove the three backticks above>