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!
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

Brian Crawford
418 PointsHTML/CSS. Need help with my code
The check progress section tells me I need to insert three instances of:
<li></li> but I'm not sure where. Here is my code. Any help is appreciated
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Brian Crawford | Designer</title>
</head>
<body>
<header>
<a> href="index.html">
<h1>Brian Crawford</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<ul>
<li>
<a href="img/numbers-01.jpg"></a>
<img src="img/numbers-01.jpg" alt="">
<p>Experimentation with color and texture.</p>
<li>
<a href="img/numbers-02.jpg"></a>
<img src="img/numbers-02.jpg" alt="">
<p>Experimentation with color and texture.</p>
<li>
<a href="img/numbers-06.jpg"></a>
<img src="img/numbers-06.jpg" alt="">
<p>Experimentation with color and texture.</p>
<li>
<a href="img/numbers-12.jpg"></a>
<img src="img/numbers-12.jpg" alt="">
<p>Experimentation with color and texture.</p>
<li>
<a href="img/numbers-01.jpg"></a>
<img src="img/numbers-01.jpg" alt="">
<p>Experimentation with color and texture.</p>
<li>
</ul>
</section>
<footer>
<p>Ā© 2014 Brian Crawford.</p>
</footer>
</body>
1 Answer

Samuel Webb
25,370 PointsPlease follow this link to learn how to properly post your code so that we can help you out. https://teamtreehouse.com/forum/posting-code-to-the-forum