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

HTML

Michael Martinez
Michael Martinez
5,681 Points

How to structure a 20+page website?

Ok I'm learning. My rule is to stick to html and css as of now. No cms. How should I be structuring my 20 page plus website? It seems to be getting out of hand organizing everything.

2 Answers

Tianni Myers
Tianni Myers
10,453 Points

What’s the purpose of this? Why not CMS, its the industry standard for web dev. No one codes pages from scratch like that anymore. Have you heard of front end frameworks like Bootstrap or Foundation?

Michael Martinez
Michael Martinez
5,681 Points

I think you are correct in that a production website should be made with frameworks and cms. These things however are constructed with the fundamentals of web development. Should I skip the fundamentals and go straight to frameworks? I thought that Frameworks and cms are for speeding up the process. Not skipping the core material?