Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice File Paths!
You have completed Practice File Paths!
Preview
This video covers how to link one stylesheet to multiple HTML files.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
First in index.html, I set the link
0:00
tags href value to css/style.css.
0:02
And this changes the look of the page by
applying the styles written in style.css.
0:06
Next, in about.html,
0:11
I added a link element in the head, and
0:14
set the href value to ../css/style.css.
0:19
So again, we're moving back to
the root directory with ../,
0:25
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up