Need help

Next time please give an attempt at solving this before you ask for help. The only way to learn is to try.

Correct Code:

h3 {
    color: red;
    }
p  {
    font-family: Courier;
    }
span  {
       background-color: yellow;
}
1 Like