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 trialKaycee Harris
935 PointsWhat does the "rel" attribute stand for when using it to link a page?
I noticed the rel attribute when we linked the html document to the css document. What does the "rel" attribute mean?
2 Answers
KRIS NIKOLAISEN
54,971 PointsYou can read all about it here. I never thought much about it because I've only used it with stylesheets. But there are over a dozen values for the attribute.
Caleb Brewton
7,218 PointsI always thought it stood for "relationship", but it's "relation." Here's a more in depth answer from a similarly asked question on Code Academy.
https://www.codecademy.com/en/forum_questions/502b9b6a90a71a000203c3da
Hope that helps!