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

Taryn Barr
Taryn Barr
217 Points

Incorrect Code - Preview Workspace not matching

When i click preview workspace, it is not showing the resume page like the example. I am assuming it has to do with the html and body tags at the very end being highlighted in red, but from what I can see , it matches the slideshow.

Can you post a snapshot? Click the camera icon in the upper right corner, then 'Take Snaphot', then post the link created here.

1 Answer

Taryn Barr
Taryn Barr
217 Points

I think I was able to fix the coding part, I just started it over and now the red highlighted parts are gone. However, when I go to preview workspace, it's leading me to the resume we were working with before (it doesn't look like Treasure's new one).

Code below:

<!DOCTYPE HTML> <html> <head> <title> Taryn Barr's resume</title> </head> <body> <img src="http://placeimg.com/200/200/any" alt="Taryn Barr, Web Developer: <h1>Taryn Barr, Web Developer</h1> <h2>Summary of Qualifications</h2? <ul> <li>Experience as a freelance web developer/li> <li>Experience with HTML, CCS, and JavaScript/li> <li>Bachelor of Science, Economics/li> <ul> </body> </html>