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 trialmohammed abdi abdulahi warsame
4,926 Pointswhy are we using (if) when we want to underline the elements? cant we just order it?
i am confused! why are we using -if- while we can just order the computer? and why are we did we set the suggest box on another file? Thanks alot
1 Answer
David Bath
25,940 PointsRegarding your first question, you use an if statement because you only want to apply the "on" class to the link that matches the $section variable (that is, which page you are on.)