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 trialMohamed Behary
5,190 PointsWhat's the error in the following code ?
<footer> <img scr="img/twitter-wrap.png" alt="twitter logo"> <img scr="img/facebook-wrap.png" alt="facebook logo"> <p>© 2013 Nick Pettit.</p> </footer>
3 Answers
Ana Gledovic
7,465 PointsHey Mohamed,
You should paste your code so we can see where is the problem.
Best,
Ana
Mohamed Behary
5,190 PointsThank you Ana ,
It seems there's a problem in typing the code >>> i mean the (code challenge-Stage 3-Creating HTML Content)
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.
Actually , I wrote the code exactly as the instructor but the system didn't accept my code .
Thank you
Mohamed Behary
5,190 PointsThank you , Now i solved this code challenge .