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 trialNick McNulty
3,333 PointsCan anybody tell me where should I go on the internet to find html and css downloads?
I kinda forget what the first step is in designing a web page so I need some help figuring out how to download html and css. . . do you even download them hahaha! :)
2 Answers
Samuel Glister
12,471 PointsHi Nick,
Not sure what you mean by downloading HTML & CSS, If you are looking to design a web page I would recommend taking the Treehouse 'web design' track which can be found in https://teamtreehouse.com/tracks
Hope this helps,
Sam
Gordon Reeder
2,521 PointsWell, a web site is an HTML file and starts with either a DOCTYPE statement or an <HTML> tag...
It can also have CSS as well as server side elements as well.
For examples, try doing a Google search for free website templates
Another option would be to visit any web site in Firefox, then choose the Page Source option in the developers menu.