dear all, i m new to this field and in process to learning, could u please guide me something about CSS.
Thees are the some usefull tutorials sites .www.w3schools.com .www.alistapart.com .www.simplebits.com .css.maxdesign.com.au .glish.com/css .www.wpdfd.com/editorial/basics/index.html .www.htmlhelp.com/reference/css/ .htmlgoodies.com .www.cssbeauty.com .www.cssdrive.com .www.cssimport.com .www.cssremix.com .www.cssplay.co.uk thanks
You the power of Google, there a lot of resource available on net and if you have issues understanding then shoot your queries to the forum.
CSS, it is used to make your site pretty. The links posted above are pretty good tutorial sites, but if you really want to learn, it is probably easier to just pick up a small web project.
It's sort of a language used to alter/manage the look of a markup language (in web site design, html is a good example). It allows you to store things like colours and div properties in a single file, and you can 'call' such properties in your html files, for example. This helps cut down on repetitive code for every page and allows you to easily the look/style of multiple pages easily by changing set values.
CSS is wonderfully easy to use - I still remember the day I manage to 'crack it' by styling a bunch of divs many years ago, was so happy with my little self Anyway, I would also add to the list csshowto.com, despite the site not being a good advertisement for CSS itself, it does contain many guides for the absolute beginner in CSS.
CSS stands for Cascading Style Sheet. This is a document format which provides a set of style rules which can then be incorporated in an XHTML or HTML document. It is a means to separate web content from formatting and presentation information.Its Styles define how to display HTML elements.The Styles were added to HTML 4.0 to solve a problem.Its External Style Sheets can save a lot of work and these are stored in CSS files.