<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/courses/web-beginner-en-UuBLw/0/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 give your tag a href attribute?
We're Codecademy! We're here to help you learn to code.
<div>
<a href="http://www.facebook.com"> come and visit us on facebook
</a>
</div>
</body>
div{height: 50px;
width: 120px;
border-color: #6495ed;
background-color: #bcd2ee;
border-style: solid;
border-width: 2px;
border-radius: 5px;
margin: auto;
text-align: center;}
a{text-decoration: none;
color: white;
font-family: Verdana;}
<do not remove the three backticks above>