Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jason Chiu
4,373 PointsDon't quite understand the use of class "breadcrumb" and "note-designer"
I have gone over the video several times but Randy did not explain why he declare classes breadcrumb and note-designer in the html section of shirt.php. In addition, when can I use these classes?
1 Answer

miikis
44,944 PointsHey Jason,
If I remember correctly, the "breadcrumb" & "note-designer" classes are CSS classes that the designer (the person that designed the layout, CSS, HTML) declared beforehand.
Also, >
is a HTML Escape Character that renders as the >
sign. Here's a pretty exhaustive list of all the possible HTLM Escape Characters.

Konrad Pilch
2,435 Pointsxd Randy style is a lil hard to follow anyways : p
Jason Chiu
4,373 PointsJason Chiu
4,373 PointsAlso why does Randy put ">" inside the anchor line of breadcrumb class? What does > mean? Thanks!