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 trialSamantha Atkinson
Front End Web Development Techdegree Graduate 40,307 PointsLanding Page
Sorry this might be a bit of a stupid question.....BUT, what is a landing page exactly? What is the use of them?
1 Answer
Josh Keenan
20,315 PointsA landing page is the page that the user 'lands' on when they open your site. If you are using a big site that uses a login system, you want your subscribed users to land on one page whereas those who haven't subscribed should land on another. Does that make sense?
Samantha Atkinson
Front End Web Development Techdegree Graduate 40,307 PointsSamantha Atkinson
Front End Web Development Techdegree Graduate 40,307 PointsYes, thank you, that does make sense. So would that require javaScript to manage who gets which landing page?
Josh Keenan
20,315 PointsJosh Keenan
20,315 PointsIn certain instances you would need something like JS or PHP to manage this, but in the course you are doing not necessarily, it can simply mean the page every user lands on if you don't want it to be the index page, for example you want them to land on an ad page or something.