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) Understanding Values and Units Common Data Types

Diane Kostik
Diane Kostik
2,005 Points

URI element

At 3:33 to 3:50 of the video, he is talking about a URI element? This part of the tutorial is very unclear, I don't follow it at all. Is this going to be covered later?

1 Answer

Steven Parker
Steven Parker
229,644 Points

The URI is not an element, but a type of value that is associated with certain properties (such as "background-image" and "font-face"). It identifies a resource (like an image) that is located somewhere on the web, most likely outside of the local server.

It is usually given with the "url()" notation, which surrounds a string much like you might put on your browser's address bar.