I have questions for all CSS professionals. I want to know that which one is the easiest and fastest method of learning CSS. Is there any website for this? What is difference between HTML and CSS? Thanks in advance.
HTML is used to markup the structure of you webpage and CSS is used to style it. To learn CSS you might want to check out W3Schools or Tizag however I myself like learning from books and have read the HTML, XHTML And CSS Visual Quick Start Guide and learned HTML and CSS from that book and am now picking up a copy of Beginning CSS from my library to learn more about CSS.
I know this is my first post... but I am very knowledgeable in css. I can honestly say that the best way to learn any language is to sit down and start typing. You could even pick up an editing program such as dreamweaver to get started. Really with css (minus a few browser issues) most of the stuff is common sense. I mean what else could "color" mean . Good luck.
CSS is something, you learn by practice. It's not something that can be memorized and stuffs. As a popular saying goes, "Practice Makes a Man Perfect". Usage of CSS varies from place to place, So the more mistakes you make in coding sites, more you learn! Cheers, -BlazE HeXDesignS
at first it's good to use some brains and try some ideas you have in mind. figure it out. trial and error for a while.
I like htmldog.com for html and css learning. the tutorials are very easy to follow and the examples are great as well.