Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

marsha spell
PLUS
marsha spell
Courses Plus Student 5,555 Points

help plzzz

Challenge task 1 of 2

Inside the <footer> element, add the images facebook-wrap.png and twitter-wrap.png from inside the img folder. Be sure to include an appropriate alternate attribute for each. Don’t link them yet.

here is my code not sure what I'm doing wrong here? thanks!

</section> <footer> <a href="http://twitter.com/nickrp"><img scr="img/twitter-wrap.png" alt="Twitter Logo"></a> <a href="http//facebook.com/nickpettit"><img src="img/facebook-wrap.png"alt="facebook Logo"></a> <p>© 2013 Nick Pettit.</p> </footer>

4 Answers

Adam Moore
Adam Moore
21,956 Points

The backticks are located (on my MacBook, at least) on the key with the ~, and, for me, at the top left of my keyboard just above the "tab" key and just left of the "1" key.

Adam Moore
Adam Moore
21,956 Points

Check the "Markdown Cheatsheet" below the textarea for putting code into the forum. Otherwise, it won't show up, or at least won't show like you are probably wanting it to.