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

PHP Build a Basic PHP Website (2018) Building a Media Library in PHP Adding Active States to the Navigation

mohammed abdi abdulahi warsame
mohammed abdi abdulahi warsame
4,926 Points

why 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
David Bath
25,940 Points

Regarding 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.)