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

Python Scraping Data From the Web A World Full of Spiders Everyone Loves Charlotte

Index.html???? what is this?

why index.html

1 Answer

Steven Parker
Steven Parker
229,783 Points

On most web servers, "index.html" is the file name of the default page (also known as "landing" page), which is generally the first page you see when you visit a web site.

This name is just a convention and the actual name of the default page can be set by server configuration if a different name is needed or desired.