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 AnOwnSite Internet Marketing, 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
Whenever singer John Mayer sings his romantic song, "Your Body... Read More
From my personal experience of around two year as home... Read More
Effective navigation stands out. It's clear, obvious, and highly visible.You'll... Read More
Creating an appealing, functional, and effective Web site is much... Read More
Content is undoubtedly the most important element of a website.... Read More
I am constantly bombarded with all sorts of advertisements, single-page... Read More
A highly effective website will always reflect its highly effective... Read More
The best things don't come easy. - QuotedThe finished web... Read More
Every day internet marketers are inundated with the latest fad... Read More
QUESTION: We promote our web site in all our... Read More
Projecting a professional image is paramount to your website's success.... Read More
I do site reviews. Needless to say, I see a... Read More
Have you ever been to site with so much ad... Read More
One visit does not make a sale. Be sure to... Read More
Creating your own website is great fun! But how is... Read More
Just what is web copy? Some people think that web... Read More
To explain my point I need to first confuse the... Read More
Setting up a survey on your site is extremely simple... Read More
Q: Should I build and maintain my business Web site... Read More
The great debate: how much copy you should have on... Read More
FACT: 30 to 60% of visitors tend to drop off... Read More
If there's one thing that I've learnt so far, it's... Read More
Over the years, the internet has grown into a marvelous... Read More
This is a very perfunctory look at the website code... Read More
Last Thursday afternoon I was working on a garage door... Read More
Want to know what the worst thing to say on... Read More
Websites, there's literally billions of them out there in cyber-space.... Read More
Gone are the days when you had to rely on... Read More
In this article you will find the parallel between two... Read More
What is web usability & why is it important?Web usability... Read More
Geometric designs come in all shapes and sizes? and lines.... Read More
Many websites make the mistake of being all flash and... Read More
A search for "web design" on Google returns more than... Read More
Think of the people who visit your site as blind... Read More
If you're running a website or online business, your number... Read More
1. What's the purpose?The most fundamental thing to do before... Read More
Many Internet sites that try to sell you something have... Read More
Your web site is like your car. Both are significant... Read More
When I surf the Net, I often see web sites... Read More
As of September, Smartads went through what so many have... Read More
I've written about META tags in the past, and I... Read More
To create professional websites is not an easy task by... Read More
Home PageHome page should clearly indicate what the site is... Read More
It seems more and more webmasters are using CSS for... Read More
Are you using the best colors for your web site?... Read More
Typos, misspellings, hideous grammar, exclamation overkill and run-on sentences all... Read More
Due to the large number of people offering website design... Read More
1. Lack of overall strategy and clear definition of success:Most... Read More
You've designed your logo, and you're ready to print your... Read More
Are you a student of graphic design? If you have... Read More
The .htaccess file is a control file located in your... Read More
As a webmaster, you want to keep your visitors content... Read More
There is nothing wrong with making your own website if... Read More
Content is the most important part of any website.The Internet... Read More
If you need a web designer, but have no clue... Read More
To build a website, there are four methods to choose... Read More
The importance of choosing your website keywords carefully is very... Read More
For many webmasters the title of my article may seem... Read More
What pages need to be included on your website? The... Read More
When designing elements for your webpage, you will often be... Read More
Unarguably, the most important part of your website is content.... Read More
Automating your online business is one of the most important... Read More
Let's look at what your user wants to see at... Read More
As a graphic designer, you are sitting on a gold... Read More
If you'd like to create/maintain a website, having some HTML... Read More
Designing your website can be a difficult task especially if... Read More
Web Design |