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) Adding a New Web Page Write the CSS

sami soufan
sami soufan
532 Points

my css sheet dose not want to get linked with my html

am trying to do what video says but still it is not getting linked my HTML with my CSS sheet

Steven Parker
Steven Parker
230,995 Points

To facilitate analysis of your issue, make a snapshot of your workspace and post the link to it here.

Steven Parker
Steven Parker
230,995 Points

It says that snapshot doesn't exist — perhaps you deleted the workspace it is based on?

2 Answers

Adomas Domeika
Adomas Domeika
6,151 Points
  <link rel="stylesheet" h(er)f="resume.css">

It should be HREF, just a simple spelling mistake. ;)

sami soufan
sami soufan
532 Points

dude you are the best thanks u so much i've been trying to do for like an hour thanks bro ;*

Steven Parker
Steven Parker
230,995 Points

Adomas beat me to it, but the issue was clear once the snapshot was there.

sami soufan
sami soufan
532 Points

thanks steven i appreciate you help thanks shanicka

it should show as: <link rel="stylesheet" href="resume.css">