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 SEO.Goto.gr.
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
limousine chicago serviceA lot of people these days are interested in getting... Read More
With more and more countries around the world passing laws... Read More
So your traffic is going through the roof yeah? It's... Read More
When marketing your website, it's important to know which of... Read More
Building a website and getting it online is easy. Driving... Read More
So you have decided that you want to do freelance... Read More
1. As the first step, "Hire a web designer."First create... Read More
Your content is what gets you in search engines, speaks... Read More
What do you mean, you don't have a website for... Read More
Does My Web Site Require A Web Database?If your web... Read More
Running an effective website is a continuous process. I have... Read More
As increasing numbers of people search for information on the... Read More
I talk with so many people who have small businesses... Read More
Absolutely everything stems from the purpose of your website -... Read More
Alternate medicine finds its own place in the hearts and... Read More
If you don't have a web site yet, are thinking... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
In the time that I have been using the Internet,... Read More
Why do some sites succeed while the vast majority of... Read More
SummaryHere's the scoop on what you must know when designing... Read More
While creating a Web site may seem like... Read More
Writing for the web is totally different to writing for... Read More
Most people know they need a website in order to... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
Why do some web sites reap huge benefits while others... Read More
high bay induction lighting led street lights cost Pete's produce ..Huge Mistake #1: Creating a Website with Flash -- Did... Read More
A simple website stats counter is not enough if you... Read More
I've heard several prominent web marketers mention in their classes... Read More
"I have a small business with just a couple of... Read More
In this example I have used the map of the... Read More
How popular is online shopping? And is there room for... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
You have seen those web pages where they have the... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
cPanel is a control panel for your website and allows... Read More
What is CSS?CSS is a simple file which controls the... Read More
Developing a website with content that entices visitors to return... Read More
This article was prompted by some customer support work I... Read More
There's been widespread speculation about the new legislation being introduced... Read More
A system development process can follow a number of standard... Read More
What is the point of having a website, you may... Read More
The internet has taken over our lives with a vengeance,... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
The following is a list of patterns that many visitors... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
Never has competition been so difficult in the Internet world.... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
You've decided to create a website to market your products... Read More
The Disability Discrimination Act says that websites must be made... Read More
Web Development Web Development |