2013-02-18, 01:19 PM
I learned HTML and CSS...by pineappleing around, so I do not know what this 960 grid system is.
In a nutshell, CSS is used for styling. CSS can change image size, text color, font, placement, effects, and pretty much anything else having to do with how the page looks.
HTML is used for inserting text, images, embeds, and other things into a page. You would embed your images with HTML, and move them around with CSS.
If you feel like doing some extracurricular learning,
http://www.codecademy.com/tracks/web
http://www.w3schools.com/css/
http://www.w3schools.com/html/default.asp
that should help.
Edit: I just looked up the 960 grid system, thats not so bad. It looks like a plain old framework. The grid system will make it easier to make a page rather than harder by allowing you to use their premade CSS.
In a nutshell, CSS is used for styling. CSS can change image size, text color, font, placement, effects, and pretty much anything else having to do with how the page looks.
HTML is used for inserting text, images, embeds, and other things into a page. You would embed your images with HTML, and move them around with CSS.
If you feel like doing some extracurricular learning,
http://www.codecademy.com/tracks/web
http://www.w3schools.com/css/
http://www.w3schools.com/html/default.asp
that should help.
Edit: I just looked up the 960 grid system, thats not so bad. It looks like a plain old framework. The grid system will make it easier to make a page rather than harder by allowing you to use their premade CSS.

