<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
exercise 26 lesson 4 for html and css
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
it says that i didn’t show that i don’t have text-decoration as none but i do
h1
{font-family:Verdana,sans-serif; color:#576D94;
}
p
{font-size:18px; color:#4A4943;font-family:Garamond,serif;
}
img
{height:100px; width:300px;border:1px solid #4682b4;
}
a
{text-decoration:none; color:#cc0000;
}
<do not remove the three backticks above>