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 trialBee Priola
3,922 Pointspics doesn't show
This is my 3rd projects that I'm having the problem. I'm started my new project from the beginning this my first problem from this project. how come all pictures doesn't reload even pictures from website.
<!DOCTYPE html>
<html> <head> <meta charset= "utf-8"> <title>Bee Priola | Chef/Therapist</title> </head>
<body> <header> <a href= "index.html>"> <h1>Bee Priola</h1> <h2>Chef/Therapist</h2> </a> <nav> <ul> <li> <a href= "index.html"></a>Portfolio</li> <li> <a href="about.html"></a>About</li> <li> <a href= "contact.html"></a>Contact</li> </ul> </nav> </header>
<section> <ul> <li> <a href= "img/IMG_3118.jpg"> <img src= "img/IMG_3118.jpg" alt=""> <p>Organic Raw Recipes.</p> </a> </li> <li> <a href= "img/IMG_0017.jpg"> <img src= "img/IMG_0017.jpg" alt=""> <p>Asian Cuisine Recipes.</p> </a> </li> <li> <a href= "img/IMG_0860.jpg"> <img src= "img/IMG_0860.jpg" alt=""> <p>Dessert Recipes.</p> </a> </li> <li> <a href= "img/IMG_1484.jpg"> <img src= "img/IMG_1484.jpg" alt=""> <p>Homemade Bread Recipes.</p> </a> </li> <li> <a href= "img/IMG_1755.jpg"> <img src= "img/IMG_1755.jpg" alt=""> <p>Main Course Recipes.</p> </a> </li>
</ul>
</section>
<footer> <p>Ā© 2017 Bee Priola.</p> </footer>
</body>
</html>
1 Answer
Chris Jardine
13,299 PointsHi Bee Your Code at the start has
<header> <a href= "index.html>">
it should be
<header> <a href= "index.html">
Bee Priola
3,922 PointsBee Priola
3,922 PointsThank you Chris for your reply.. Your answer both are look same. and i re-checked my code still dont load all my pictures