Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
Simple guide to CSS - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Web design (/forumdisplay.php?fid=4)
+--- Thread: Simple guide to CSS (/showthread.php?tid=149)



Simple guide to CSS - justinOrel - 01-13-2011 11:50 AM

This is tutorial/guide mainly for people who have minimal experience with CSS (Cascading Style Sheets) and want to learn a bit out about it. CSS is a stylesheet language that formats the presentation of a document written in a markup language (e.g. HTML, XHTML, XML). CSS has a number of advantages one of the main ones being the presentation of websites can be held in one place, therefore making it really simple to update web pages. Style sheets make sites load faster and doesn't use require much bandwith. CSS specifications are maintained by W3C (World Wide Web Consortium).


RE: Simple guide to CSS - jalicia18 - 03-17-2011 04:31 PM

Using CSS, website content is easily indexed by search engines and easier to develop between front end and back end. It is not compatible with browsers, and also it doesn't support multimedia with an ease.


RE: Simple guide to CSS - Henry_Jakson - 05-21-2011 05:15 PM

I agree with your views. Cascading Style Sheets. The name alone is intimidating, conjuring up images of cryptic code and syntax, too difficult for the layperson to grasp. In reality, however, CSS is one of the simplest and most convenient tools available to Web developers. In this article, I’ll guide you through the basics of CSS, showing how it can be applied to simplify the task of managing a consistently formatted Web site with minimal headaches. A common design choice at present is to use a sans-serif font for the main body text of a site. It make a site very effective.


RE: Simple guide to CSS - peterpan020588 - 05-23-2011 12:13 AM

Using CSS, website content is easily indexed by search engines and easier to develop between front end and back end. It is not compatible with browsers, and also it doesn't support multimedia with an ease.