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/
residential cleaning services Lincolnshire ..Website, website, website, everyone says you need one. But do... Read More
So you have decided that you want to do freelance... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
There are hundreds of millions of Web surfers today. Each... Read More
How can we add Word Rich Content to our Websites... Read More
Creating a content management system either from scratch,... Read More
Research reveals three important facts:1) The Internet is one of... Read More
Before you jump into spending coutnless hours on designing and... Read More
Even with the steady growth of the World Wide Web,... Read More
I talk with so many people who have small businesses... Read More
Appealing to others is really important when you have a... Read More
We all start out the same. Some have budgets, some... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
1. The first page appears quickly.It's a good way to... Read More
It amazes me how many people try to build serious... Read More
Making maximum profit from your law firm website is important,... Read More
How popular is online shopping? And is there room for... Read More
You know exactly what your organisation does and what your... Read More
This article was prompted by some customer support work I... Read More
Three way linking and concerns.For many years SEO experts were... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
When building a relationship, listening is more important than talking.A... Read More
Creatively marketing your corporate site takes time in the set... Read More
Most people know they need a website in order to... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
best cleaning company Highland Park ..Web accessibility has so many benefits that I really do... Read More
That's right. Your method, behavior and strategy you are now... Read More
If you ever want to create a state directory, article... Read More
Although CSS layouts have been around for years, they haven't... Read More
You have permission to publish this article electronically, in print,... Read More
Visitors to your site come looking for information or solutions... Read More
Alternate medicine finds its own place in the hearts and... Read More
If your company own one or more stores, you might... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
This simple question can take on several different forms, but... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
One of the most important parts of establishing a new... Read More
Before you set up any scripts you will need some... Read More
Every small business owner knows that they need a website,... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
No matter the size of your business, having a web... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Is your website Really useful?I had a 'rep' in yesterday... Read More
"How do I improve web site sales figures?" The CEO... Read More
There are millions and millions of websites on the Internet.... Read More
So your traffic is going through the roof yeah? It's... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
Running an effective website is a continuous process. I have... Read More
One of the most useful features offered by some web... Read More
Web Development |