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

Resume.html

In the first exercise, we set up the resume.html page. In this second exercise, it is deleted; so I deleted the syntax. I cannot go back to the first exercise. What is the syntax and where does it fit in the head?

rydavim
rydavim
18,814 Points

This is really hard to answer without your code or more information. When you say syntax do you mean the reference to the file in the side bar of workspaces? Do you have the HTML you wrote in the first part for the resume.html file? Are you on the CSS video, or some other step?

1 Answer

tbh I'm not sure what you mean but, Imma try to help out. I'm guessing you want the elements inside of the head tag.

<head>
    <title>Just a resume</title>
    <link rel="stylesheet" href="resume.css">
</head>