Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kathleen OKeife
1,960 PointsResume.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?
1 Answer

Jassim Alhatem
20,859 Pointstbh 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>
rydavim
18,780 Pointsrydavim
18,780 PointsThis 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?