Quote Originally Posted by duskiss
I've ever edit a blog template and the code they is CSS, but what about HTML? I find many course sites discuss and teach HTML and CSS seperately, are these two any different? or CSS is just a kind of HTML?
Cascading Style Sheets (CSS) is a file (or a part of a html file) where you can make definitions how the design of your website should look like.
You can set up font size, height, color, position elements, boxes, and many more. the good thing is you can use one css file for your hole website. so you have one file where all the design definitions are located.