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 trialKathleen 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,883 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,814 Pointsrydavim
18,814 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?