What is CSS?
CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS we can control our font size, font color, link color and many other attributes on our web page. This will make our HTML code much more readable and the page size will be reduced.
Why to use it and how to use it properly
If you don't use CSS on your web pages and you have many tables and content on them, chances are that your HTML file size will be quite big. Fact is that we live in a busy world, and people are not will to wait more than 5 seconds web page to load.
From the other side some web developers implement the CSS on wrong way. They write their CSS in HTML code of the page, like this:
<html>
<head>
<title>My Page</title>
<style>
A
{
font-family: Verdana;
font-size:8pt;
color:black;
text-decoration:none
}
</style >
What is wrong with this technique? Well, imagine that you have site with more than 50 pages. One day, you decide that you want to change font color and colors of the links on your site. You will have to edit ALL the pages on your site, and do to that you will need time, because you place your CSS in your web page.
Better way is to save your visual attributes in separate, external CSS file, and to link that file with your page like this:
<html>
<head>
<title>My Page</title>
<link href="myStyle.css" rel="stylesheet" type="text/css">
Using this technique, you can change the look of your site within minutes, regardless of the number of pages, because your visual attributes are saved in ONE external CSS file. Edit that file, and you are done.
Benefits
Which are the benefits of using CSS? List is quite long and I will list here only the most important.
Avoiding standard HTML commands like:
<font color="#0000ff"><font size=2>Product</font></font></font>
will help us to reduce file size, but that is not the only benefit. Using CSS word product in this example will be moved more close on the top of the document. Search engine will pick up more content and less code.
Imagine that you have 3 columns table on your page. When you see the code, you will notice that first come code for your table, and after that it come your content. Positioning your 3 columns using CSS instead of standard inline elements:
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="381" height="150" valign="top" bgcolor="FFEDD4">
My Product
</td>
<td height="150" valign="top" bgcolor="FFEDD4">
When CSS is used, your code might look like this:
<div id="leftcontent">
My Product
</div>
Again your code is much more clear, and your content is moved on the top of your document, making your HTML page search engine friendly, and reducing your file size.
Content is one of the most important factors in Search Engine Optimization, and you will benefit with removing the unnecessary code in your HTML and create search engine friendly web page.
Validate it
Browser war is far behind us. Reality is that most of the people today use Internet Explorer, but you should try to be on safe side and ensure that your CSS code is valid. Not all browsers interpret the CSS on same way. You can validate your CSS here: http://jigsaw.w3.org/css-validator/
About The Author
Zoran Makrevski is founder and CEO of http://jigsaw.w3.org/css-validator/.
Since 1998 has focused on E-Commerce and attempts to bring more traffic to the customer sites bring him in the SEO industry, and he is running his own company today.
Search Engine Positioning Firm
http://jigsaw.w3.org/css-validator/
whole house cleaning Deerfield ..Mini Websites are the most powerful and cost effective solution... Read More
If you're an up and coming graphic/web designer just out... Read More
There's been widespread speculation about the new legislation being introduced... Read More
1. Upload robots.txt file in to your root directory and... Read More
There are hundreds of millions of Web surfers today. Each... Read More
In this day and age most businesses consider having their... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
How can we add Word Rich Content to our Websites... Read More
Web sites are not just places to sell things; they... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Running an effective website is a continuous process. I have... Read More
I am just a learner who likes to delve in... Read More
If you are like me you have wanted to build... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
I'm one of those people that always wanted a website,... Read More
Many websites I come across don't have a single link... Read More
When you consider the billions of individuals and companies on... Read More
Creatively marketing your corporate site takes time in the set... Read More
Designing and creating your own website does not have to... Read More
Revenues are often lost because many business owners don't see... Read More
A lot of people these days are interested in getting... Read More
Do you need a web site? Are you considering getting... Read More
It amazes me how many people try to build serious... Read More
In about the Time it takes to Watch a Reality... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
home cleaning services Des Plaines ..Can you imagine the hypocrisy of spending thousands of dollars,... Read More
An additional benefit of website accessibility is an improved performance... Read More
Like wine cars get more attractive to collectors as years... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Although there are significant differences among the various types of... Read More
A website is like an information flow, with you as... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
A website lets you put your products in front of... Read More
1. Many people are not getting good or complete advice.... Read More
What to do if you are an artist after you... Read More
I'm one of those people that always wanted a website,... Read More
Creating and maintaining an effective presence on the Web has... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
Succeeding with an eCommerce website is a dream for many... Read More
If you are looking for creating your online presence you... Read More
For years now I've been looking to start my own... Read More
Many web developers today are starting to KISS their website,... Read More
Your web site will be your window to the world.... Read More
Losing website sales and traffic is sometimes simply a case... Read More
Why do some sites succeed while the vast majority of... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
cPanel is a control panel for your website and allows... Read More
Web Development |