learning css code

@4aps777 (1528)
United States
August 22, 2008 12:37am CST
can anyone out there explain to me what is css code and is it easy to learn ?
1 person likes this
2 responses
@drzeuss (130)
• United States
22 Aug 08
Sanjay pretty much summed up what CSS stands for and what it does. The best place i've found that "teaches" CSS is W3C (World Wide Web Consortium) "school" http://www.w3cschools.com/css/ . As for how easy it is...i'd say it's fairly easy. Once you get the hang of CSS i found it's best to create for yourself a template that you can modify and use over and over. Good luck.
@pp_earn (210)
• India
30 Aug 08
Hello drzeuss! I think you made a typo. Anyways, the working link is http://www.w3schools.com/css/ . The site is wonderful and other tutorials are also very good. Just check it out.
@drzeuss (130)
• United States
30 Aug 08
Actually i did. Sorry about that. i would have copy and pasted it but i couldn't. You got the idea though.
@pkraj111 (2458)
• India
22 Aug 08
CSS is used to define the style of a page. Its main purpose is to reduce the length of a html document by storing the style as a seperate document and calling it to any document where necessary. Just like calling functions in C. It is pretty easy to learn.