h1 {
font-family: Verdana;
}
h3 {
font-family: Courier;
}
p {
color: purple;
}
What does the error message say? if i had to take a guess, i would say you are missing a comment
Yes, it says I miss the link
miss the link? Or didn’t close it? Well, since that is html code, can we see your html code?
Oh, so the link is a HTML code?
yea, it refers to the <link>
html element
Oh, now I understand. thanks!