Hello guys,I am a newbie in programming..I want to learn css..I do not have much knowledge of html now can I learn css without html..any easy tutorials to start learning css...
You need to learn both. You can't do CSS without HTML. Here is good tutorial for you www.w3schools.com
+1 on w3schools. But before you learn CSS you must have a basic understanding of HTML, there's no "jumping ahead".
Yes, HTML is a must have before learning CSS. But CSS is also a must have for HTML, so learn both, but start with HTML. If you don't want w3schools (which you probably do, it's very good), try htmlgoodies.com, that's where I learnt it all from.
My recommendation is to just fool around with your own site and look at some example CSS files from other (aka COMPETING) sites haha -- at least that's how I mastered it.
CSS is nothing without HTML and HTML is limited without CSS. Basically CSS are the kind of extra arms and legs for HTML which make it better to work with HTML. SO, start with HTML and when you think you know the basics move onto CSS, thats what I did. Also like everyone here i would reccomend w3schools.