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

CSS CSS Basics (2014) Getting Started with CSS Adding CSS Review

Calvin Secrest
Calvin Secrest
24,815 Points

The__________ attribute specifies the relationship between the current HTML document and the linked document.

The video didn't mention this

2 Answers

Nico Julian
Nico Julian
23,657 Points

Hi,

It's talking about the rel attribute. Rel is short for relation, and it's used to define the relationship between the HTML document it's written on, and the file it's being linked to.

http://www.w3schools.com/tags/att_link_rel.asp

William Li
William Li
Courses Plus Student 26,868 Points

Hi, Nico, you should have posted this as answer instead of comment. Well, I changed it to answer for you, it's a great answer, and is definitely worthy of marking as "best answer".

"rel" attribute specifies the relationship between the current document and the linked document.