HOME CLIENTS SERVICES BLOG ABOUT US CONTACT US
Categories:
 Internet Marketing
 IT Humour
 IT Industry News
 Search Engines
 User Guides
 Web Development
Browse by tags
Search Blog:
RSS
Subscribe to our newsletter
Name*:
E-Mail*:
Recent Posts
Generate QR Code with PHP Using Google API
Most Common Connection Speeds in 2009
How to change design of Moneris Hosted Paypage
Most Common Screen Resolutions in 2009
Running Flowplayer (Flash Player) on local computer
Location.href Fire Fox and Mozilla Problem
October 20, 2009 - What is CSS

Cascading Style Sheets (CSS) is the style sheet language used for formatting text in documents written in Hypertext Markup Language (HTML) for websites.  CSS is important because it determines fonts, colours, and positions of elements on web pages.

Today all web pages, use CSS and gain the following advantages:
-          Allows consistency throughout the website, the same elements on all pages look the same
-          Efficient - CSS is saved in separate files and stored in web browser cache
-          Once the first page is loaded, all other pages load, there is no need to download the same code again
-          Easy maintenance:  Make changes in one place all similar elements on the site will be changed
Sample CSS code:
a {
                font-size:12px;
                color:#333333;
}
Including this in CSS file will make all the links to look the same (Font Arial, size 12, and grey colour)
Associated tags:  HTML, CSS, Style Sheet, Cascading Style Sheets
Comments:
jeff wrote on January 16, 2010 at 20:04
how can i change the website name associated with my css style sheet? I want to use the same styple for the header for another website but it won`t let me change the domain name associated with it as when i try it kills the header..
Michael P. wrote on January 22, 2010 at 10:17

Hello Jeff,

 I am not sure what you are trying to achieve here, can you please ask this question in our forum (http://forum.superiorwebsys.com/ ), and our developers will take a look at this and will try to help you.

Add Comment:
Name*:
E-Mail: Website:
Your message*:
© 2000 - 2010 Superior Web Solutions   Web design    Web development    Online marketing