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

CSS How to Make a Website Adding Pages to a Website Add a New Page

Logan Brooks
Logan Brooks
5,936 Points

Question About Adding Pages.

Say for example that I am running a news website and I want to write a new article. I also want to feature it on the homepage(index.html), does that mean every single article that I type is it's own separate page in my code editor? I then have to link it to the home page so that when the link is clicked it will go to that page?

For that kind of website I would suggest that you look for a content management system like wordpress.

Hope this helps.

1 Answer

or even use a dynamic language like php to do it.. but yeah if not tech savy, use a CMS like wordpress..

Logan Brooks
Logan Brooks
5,936 Points

What is the benefit of that? It will be a website similar to IGN and Polygon.com. Aren't most sites like that built with HTML/CSS then they incorporate Javascript? Sorry for all the questions, I am new to Web Development.