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 trialBryan Delimata
1,541 PointsWhat is the best way to retain HTML and CSS after taking the "Basics"?
I am taking the Front End Web Development course and just finished the "HTML Basics" and "CSS Basics". I was wondering what is the best way to solidify the information I just learned. Are there specific project people try to recreate after finishing intro level courses on HTML and CSS? What are some ways you have practiced to help you maintain the information? Any suggestions are appreciated.
Thanks, Bryan
3 Answers
willkey
3,650 PointsPractice is by building a simple web page using the code you have learnt in the basic html and css courses. One way I do this is to build simple web pages, and when I have finished writing the code. I delete the page and then try writing another web page. This way you are having to think about the code, and how to write the web page using html and css. Its a style of learning that works for me.
Alexander Solberg
14,350 PointsAfter finishing my basic html and css courses, I created a landing page for a fictional architectural company.
I decided to just have a good time and poke fun at typical corporate designs on the web. I solidified my knowledge and had a few laughs along the way.
Creating some plain html + css projects before entering the world of javascript, will really help you out.
Bryan Delimata
1,541 PointsI figured I should practice HTML and CSS before moving onto JavaScript. Thanks! I really appreciate it.
grant Mitchell
6,919 PointsMake projects forever. never stop making them. So good luck.
Jamie Carter
Front End Web Development Techdegree Student 12,096 PointsJamie Carter
Front End Web Development Techdegree Student 12,096 PointsThe best way to retain is to build build build.
Think of something interesting to you that you'd like to create and then have a play.
Only then do you really explore the language.
Boiler plate examples are good, but they dont stick well for me.