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 trialJason 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,957 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!