I did't find error

<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.>

Result

hello

Hello, How are you?

Link

h1{
font-family: Verdana,sans-serif;
color: #576d94;
}
p{
font-family: Garamond,serif;
font-size: 18px;
color: #4a4943;
}
img{
height: 100px;
width: 300px;
border: 1px solid #4682b4;
}
a{
text-decoration: none;
color:#cc0000;
}

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. Did you remember to set your link’s text-decoration to none;?

```

Replace this line with your code.

<do not remove the three backticks above>

Did you try after changing the browser.use FF or IE

To show html code here do the following step

  • copy your code
  • paste it here
  • select the whole code
  • click on the </> above
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.