In cascading style sheets you can specify how your web pages will be presented on the screen by simply predefining page elements such as fonts, headers and links.
You can add these predefined elements in the head-section of your pages, but more interesting is to use them in a single .css file and include that file in every page on your site.
All you have to do is include in your HTML header. (the path in the href must point to the place where your .css file is stored)
There are two main benefits to using css sheets in a separate file:
1. more flexibility; only one (1) file to update
2. less HTML coding and easy replacement of deprecated HTML. I'll explain more of this below.
First, let me tell you I am NOT a cascading style sheet professional. I just use it.
If you want to become one, there are great css resources and tutorials out there.
Just go to
http://www.w3.org/Style/CSS/learning http://www.htmlhelp.com/reference/css/
to mention a few, but there are many more. Type 'cascading style sheets' in your favorite search engine and you get plenty of information.
But just being a layperson in css emphasizes the importance of this web design tool. I started using cascading style sheets in its most elementary form. All you have to do is name the page element that you are going to specify and add its specifications in curly brackets. Here's my first css file:
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #000000 }
By simply saving this code in a style sheet file and including it in my webpages I suddenly didn't have to define FONT statements in the body of my pages any more. Wow, that saved me a lot of coding! Big advantage (no. 2).
AND .....
I had fewer errors in my HTML, because I didn't have to close that awkward FONT tag (at the wrong place). Big advantage (no. 2).
When I discovered this, I immediately began adding definitions for other tags like H1, H2, linktext (not visited, visited and hover) and special colors in text.
If I want to change the look of my H1-header, all I have to do is change the specs in my style sheet and presto .... the H1 is changed across my whole site. How's that for flexibility? Big advantage (no. 1).
When I once redesigned my site I used HTML validators to see how I was doing. To my surprise I found that some HTML commands, the most important one being FONT, were deprecated in HTML 4.0. That means eventually these commands will not be used anymore.
So I had to do something. Again, style sheets came to the rescue. All I had to do was define how my fonts would look like in my style sheet and I had the problem solved. Big advantage (no. 2).
Now I use css to define headers, footers, special text colors, special fonts and font sizes, special links etcetera. If I ever discover I need some extra lay-out or style, I just add one line to my .css file. It's so easy!
Try it. Start using style sheets. You're more flexible and it will save you lots of time.
Wish you success.
case stevens
Case Stevens, owner of case stevens, is experimenting with different marketing techniques, websites, traffic and lead generation. He publishes his experiences in a newsletter featuring understandable, successful low cost Internet marketing techniques, ideas and strategies, articles, news, tips & tricks and interesting (free) downloads.
Subscribe at Affordable Online Strategies
tidy up service Glenview ..Before you start worrying about marketing your website on the... Read More
I always have people asking me if I know of... Read More
How many of the visitors to your web site take... Read More
A highly effective website will always reflect its highly effective... Read More
Conventional Wisdom states you should use Sub-Directories to organize your... Read More
CNN.com's designers have gone out of their way to make... Read More
If your are a new web designer, you may face... Read More
Web design is a very competitive area and there is... Read More
As part of your event planning you should seriously consider... Read More
In this article I will give advice and tips of... Read More
The HTML editor is usually a webpage design software that... Read More
First you need original content. Content is the heart beat... Read More
Audio can provide an added dimension to your site. It... Read More
You may not believe it, but people still judge things... Read More
Many businesses want a simple website where they tell people... Read More
Using CGI scripts to add automation to your web site... Read More
Q: Should I build and maintain my business Web site... Read More
Seeing is believing.One trick to increase your visibility as well... Read More
You have created your custom error page so now all... Read More
Increasing the length of time a visitor is on your... Read More
Square buttons, round buttons, flashy buttons ? will they match... Read More
Don't just put your slogan in the title tag when... Read More
No, that's not the real question. The real question is... Read More
Congratulations! You've got a brand new site and it's doing... Read More
Since you'll spend lots of time and money to create... Read More
full-service cleaning Mundelein ..If you have a business, big or small you may... Read More
Let's face it. Building a web site that browses consistently... Read More
The internet continues to grow and has become the default... Read More
Conventional Wisdom states you should use Sub-Directories to organize your... Read More
So how do you know when your graphic designer costs... Read More
Don't knock it; "Keep It Simple, Stupid" is a great... Read More
Every now and then, I receive a link exchange request... Read More
Are you thinking that it is about time your small... Read More
Public domain gives you a head start creating ebooks, ecourses,... Read More
Designing a website is hard job, and requires you to... Read More
We all want high impact graphics for our Web sites... Read More
We've all seen them. Poorly designed web sites that make... Read More
First you need original content. Content is the heart beat... Read More
The top ten fonts for website design might change in... Read More
Thinking about designing your own website? Think again about adding... Read More
Let me repeat that.."The technology may change, but human nature... Read More
Before doing anything on the technical side, you need some... Read More
Don't mess with those links! When you're designing your site,... Read More
Does your website make a good first impression? Is the... Read More
When you begin the design of your Web site, one... Read More
The .htaccess file is a control file located in your... Read More
Do use a consistent look and feel Your site should... Read More
Here are a few programs I can't do without. They're... Read More
In this article you will find the parallel between two... Read More
The problem with designing your site as a graphic, is... Read More
Web Design |