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/
Tinley Park executive chauffeured services .. Lockport Chicago limo O’HareEvery good Internet business understands the value of conversions versus... Read More
"Build it and they will come."--Filed of Dreams (1989) If... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
After deciding what kind of internet business you want to... Read More
Does My Web Site Require A Web Database?If your web... Read More
It is an undeniable fact that not everybody is keen... Read More
It may come as some surprise to a traditionally off-line... Read More
More and more businesses are recognizing the importance of content... Read More
The big thing these days is your ability to capture... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Just starting out, you can start with a simple informational... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
Every online entrepreneur I talk to is asking the same... Read More
In this example I have used the map of the... Read More
Many of site owners still don't realize all advantages of... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
As a business you can't afford to ignore the Internet... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
1. The first page appears quickly.It's a good way to... Read More
If you ever want to create a state directory, article... Read More
Through the explosive growth of the Web, companies have realized... Read More
limo Chicago Hickory Hills ..Most interactive websites nowadays require data to be presented dynamically... Read More
"I am a writer, not a business-person. I don't want... Read More
There is an ongoing debate about web copy. Some say... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
When you purchase a new item from a Yahoo! Store,... Read More
I recently received an unsolicited e-mail from some company offering... Read More
From early days of www, the Internet sites that are... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
When a user signs up at your website, you may... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
That's right. Your method, behavior and strategy you are now... Read More
When used to describe a web site, the term "sticky"... Read More
What do you mean, you don't have a website for... Read More
The first step in setting up an online business...Starting an... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
It amazes me how many people try to build serious... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
Building a new website can be a lengthy task. From... Read More
Building a website and getting it online is easy. Driving... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
When we review the sites of potential clients, there are... Read More
URL rewriting are major needs for your sites that produce... Read More
With all of the factors involved in designing and building... Read More
When most people build a web site, they think one... Read More
Web Development |