Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS Beginners Marathon-Introduction to CSS
Author Message
kiyingi Offline
Super Moderator
******

Posts: 2
Joined: Sep 2009
Reputation: 0
Post: #1
CSS Beginners Marathon-Introduction to CSS
CSS, stands for cascading style sheets,Styles define how to display HTML elements.

Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save a lot of work
External Style Sheets are stored in CSS files

It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and feel of your HTML documents in an organized and efficient manner. With CSS you will be able to:

* Add new looks to your old HTML
* Completely restyle a web site with only a few changes to your CSS code
* Use the "style" you create on any webpage you wish!

A stylesheet can, and should be, completely separate from your HTML documents. When you have mastered CSS and HTML, you will be able to separate your web site's design and formatting (CSS) from the content (HTML).

What you should know before

Before you begin the CSS marathon we suggest that you check to see you meet the following recommendations:


* You have used HTML in the past
* You know the basic HTML tags and vocabulary.
* You want to be a better web designer!

If you said no to one of the above, we recommend that you check out our HTML marathon before taking on CSS.

When you are ready, continue the tutorial to learn about the basic form of CSS and where you should place your CSS code.
(This post was last modified: 10-04-2009 09:11 PM by kiyingi.)
10-04-2009 09:09 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: