ArticlesReader.com Menu
Newest Articles
Most Viewed Articles
ArticlesReader.com RSS
Submit Article
Login
Signup
Search the articles

Articles Main Categories
Advice
Animals
Automobiles
Business
Career
Communications
Computer Programming
Computers
Entertainment
Environment
Family
Fashion
Finance
Food
Health & Medical
Home & Garden
Humor
Internet Business
Internet Marketing
Legal
Leisure & Recreation
Marketing
Other
Politics
Reference & Education
Religion
Self Improvement
Sports
Technology & Science
Travel
Writing
Subscribe
Receive alert message from us when new articles submitted to our site for free.

Enter your name

Enter your email

Syndicate

















Related Products
Home::CSS

CSS - Maximum benefits

Author : Zoran Makrevski

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 dont 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.

- Your web page will load faster - Web page will become more
search engine friendly - You can change you site appearance
within minutes - You can write separate CSS file for handheld
devices which will be called up instead of the regular CSS file
- You can forget about creating printer friendly version of your
site using separate CSS file when user chooses to print the web
page. Avoiding standard HTML commands like: <font
color="#0000ff"><font size=2>Product</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/


Spam emails More free articles

Related articles


  1. Introduction To Cascading Style Sheets
  2. CSS: The Basics - ID's and Classes
  3. CSS: The Basics - ID's and Classes ... Correct
  4. CSS - Maximum benefits
  5. Using CCS to Eliminate Tables
  6. CSS Print Media Tutorial
  7. Teach yourself CSS the easy way
  8. Starting Cascading Style Sheets
  9. SEO Benefits Of CSS
  10. 7 Reasons Why Using CSS is a Must
  11. Font Organizers Review, Part I
  12. CSS in Flash the return of crisp and legible fonts.
  13. CSS Browser Detection - The complete guide
  14. Cascading Stylesheets: 5 Reasons To Use CSS
  15. The Power of CSS
  16. Cross Browser Compatibility
  17. Using CSS with Tables
More related feeds
CSS - Maximum Benefits - by: Zoran Makrevski
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. ...

CSS - Maximum benefits
CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS Small business website design can control their font size, font color, link color and many other attributes on their ...

Introducing Java CSS
Admittedly, in this simple example there's not a clear benefit to using CSS instead of a proprietary file -- the syntax is a bit different, but the two files are about equally complex. The real benefit of CSS comes from all of the ...

CSS - Maximum Benefits
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. ...

CSS - Maximum benefits
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/ ...

Generating Ideas for Web Design
Individuals as well as business organizations seek to utilize this form of technology to the fullest and gain maximum benefits. The World Wide Web is a powerful medium to promote you and your business worldwide. Having your own [...]

Reliable T730A Enviromate Steam Cleaner with CSS and 11-Piece ...
Your t730A comes with a 11 piece accessory kit that will allow you to take care of your entire house - we dont skimp on features so you get the maximum benefit from your investement.. Best used for: Sanitizing tile floors grout kitchens ...

Website Designer
The District offers a comprehensive and generous benefits package to its regular, full-time employees, the relevant version of which includes: paid vacations accrued at 12 days per year, to start; 13 1/2 paid holidays; paid sick leave ...

Best practices for web development
You have server-side control over how your resources are cached, so be sure to set your headers appropriately for maximum benefit The Cache-Control header is best described in the HTTP/1.1 specification but there ...

Ayaz Ahmad [MVP - MSCRM] (10 сообщений)
Proximity Searches can be utilized in MSCRM to get maximum benefit of customer data. For example, you can draw your potential customers nearby an existing customer so that you can analyze and refer your potential leads and opportunities ...

 


 

2007 articlesreader.com - All Rights Reserved