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 CSS Basics (2014) Getting Started with CSS CSS Basics Overview

Do I have to......

Do I have to finish all of HTML to move onto CSS?

I am going to help my cousins brother make a website and I need to know CSS to do it.

I just need to know

2 Answers

Hi!

Knowing HTML is really an important part of writing CSS. It is important to see how CSS selectors and etc link up with the HTML. Beyond the basics though you can start to move onto CSS pretty quickly. You don't have to bother sitting there and learning every single element and what its purpose is; I'm an employed web developer and even I don't know. There are some that you will barely ever use anyway.

I would say just learn both at the same time and see how that works out.

I hope that I managed to help you out!

-Luke

Adam Moore
Adam Moore
21,956 Points

You should learn both simultaneously, in my opinion. HTML is structure and CSS is the style. After learning even a slight bit of HTML, you are going to find yourself wanting to add colors, change font sizes, change widths and heights, and all sorts of good stuff. Therefore, I would learn both together, and HTML without CSS is VERY limiting, not to mention boring, and CSS without HTML is essentially like buying a bunch of paint supplies, but not buying a canvas on which to paint.