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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Paragraph Tags

Having the startup video code still open I notice differences in the code.

I use surrounding code as landmarks and I have a ul with a li of to learn more where you have a div and no ul

1 Answer

Samuel Morgan
Samuel Morgan
2,226 Points

He's saying that the code in our workspace is slightly different to the one in the video. At 01:24, Treasure has slightly different code in her video to what is in the workspace.

<ul> <li>To learn more, <a href="resume.html">view my resume.</a></li> </ul>

The above code is not in her video (Line 32 of code). If it makes it easier for you to understand, just remove this so it replicates what Treasure has in the video.