This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Saphira09
over 8 years

stuck at 10/14 please help!

<a>
<a href="http://www.codeacademy.com">My favorite Site!</a>
</a>

</body>

saying don’t forget to add your href….but I did that…not finding my mistake!!! help please

Answer 55bae8e2e39efe56b500071b

0 votes

Permalink

You don’t need two <a>. It should look like this :

<body>
   <a href="http://www.codeacademy.com">My favorite Site!</a>
</body>
points
Submitted by Siddharth Mishra
over 8 years