<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.>
https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/4/5?curriculum_id=50579fb998b470000202dc8b
<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;?
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 {
color: #cc0000;
text-decoration: none;
}
Result
Esto es un h1
Esto es el segundo h1
Esto es el primer p
Esto es el segundo p
Esto es un link</body>
```