|
CSS Tutorial
|
|
What is CSS? | Get Started
What is CSS?
CSS stands for Cascading Style Sheets and are also known as Style Sheets. CSS allows you to do so many different things with one command.
With CSS, instead of writing <font size="2"> all the time, you can write:
<style type="text/css">
body {font-size: 2;}
</style>
and all the body text will be size 2. Isn't that cool??? And easy!!! You can do the same for heaps of other tags like H1 tags, P tags etc. It can save you a HEAP of time!!!
Internet Explorer and Netscape 4.0 and the latest versions should all be able to allow you to use all the Style Sheets that are now available. So it is worth using CSS!
So Click Here to start learning all about CSS. Hope you have a load of fun!!!
You can also click on one of these links to go to the exact place you want to go:
CSS Tutorials:
Tutorial #1 - Getting Started
Tutorial #2 - Text-Based Navigation
Tutorial #3 - CSS and Cursors
Tutorial #4 - CSS and Scrollbars
Tutorial #5 - Backgrounds
Lets get started!
What is CSS? | Get Started
|
|
Advertising
|
|
Advertise your website here. View Advertising Information.
|