Custom Search

Digg! What is CSS Web Design Digg It

Newbie 101 Cascading Style Sheets
What exactly is a CSS file, and why are they so popular?

Be sure to view our links on the left.

CSS Newbie 101 Tips

Tell me more about Cascading Style Sheet Tags!

Cascading style sheets are a collection of style rules that define how the elements and tags in an HTML page should be displayed by a browser. The rules give users control over the elements beyond that offered by standard HTML. Margins, multiple background colors, borders, and font style are just a few aspects of a Web page that can be defined and manipulated using style sheets. Style sheets are a set of rules for a Web Page.

There are several ways to include style sheet information in your Web pages. You can write it directly into the page, using the <STYLE> _ </STYLE> tags, or link to externally stored style sheets using the <LINK> tag. A complete rundown on <STYLE>_</STYLE> can be found at the W3 website.

To use the <LINK> tag, use the following code. <LINK REL=STYLESHEET HREF="stylesheetname">



It's really that simple. Be sure to include REL=STYLESHEET so the browser will know the linked document is a style sheet and treat it accordingly. One of the nicest features of HTML is, no matter what kind of style sheet you use, whether internal or external, the rule syntax is the same.!



<STYLE>...</STYLE>
What does this CSS Style information mean to me?

Be sure to view our links on the left.

Provides a means to include rendering and display information using style sheet notation. Cascading Style Sheets (CSS) are currently the most widely supported standard, and all references of style sheets refer to CSS1 & CSS2. Information in the <STYLE> tag works with the clients default configuration as well as any externally referenced style sheets to provide an overall set of style rules for a given Web page.

ATTRIBUTES: Type="text"
Specifies the type of the style sheet in use. The type for CSS sheets is text/css.

Media=screen | print | projection | braille | speech | all
Identifies the ideal environment for the Web page to be conveyed in. The default is all, and screen will be used in most cases because Web pages are most often viewed on a computer screen. However, pages designed for presentations would use the project value, while those meant to be read by a text-to-speech reader would use the speech value. Currently, this attribute provides information only an does not affect the way the style sheet is interpreted or the page rendered. You may include more than one media type, each separated by commas.

Style Sheet Syntax:
As we mentioned style sheets are composed of rules. Style rules take the following format:

H3 {font-face: Garamond}

Breaking down the preceding example, as style rule has two parts.

CSS tags

SEO Web Design Micheles Paint Shop


CSS Style Sheets Information

Dreamweaver CS3 Video Tutorials on CSS Style Sheets
Micheles Paint Shop Newbie 101 offers Web Design Tutorials

Be sure to view our links on the left.

Learn Web Page Design Paint Shop Pro PSP

Learn how to edit CSS sheets with Dreamweaver Video Tutorials. Do you want to learn more about the wonderful HTML web design editor called Dreamweaver? It is a program I use seven days a week twelve hours a day, and I have to say I simply adore it. I have been helping others learn the program for a long time, and decided to share tutorials about Dreamweaver, and other important web design subjects. Find out more at our Video tutorials page.


Newbie 101 Tutorials & Podcasts
Podcast Tutorials PSP Paint Shop ProWeb Design & Graphic Tutorials

Paint Shop Pro - Animation Shop - Flash

  • PSP X2 EPS Coloring Book Basics
    Sunday, May 25, 2008
  • Animation Basics
    Wednesday, June 18, 2008
  • Text on Curve
    April 22, 2008
  • Pixel Lineart Coloring w/ Effects
    March 22, 2008
  • Resize Multiple Pictures in PSP x2
    August 16, 2008
  • Podcast Tutorials PSP Paint Shop ProWeb Design & Graphic Tutorials

    Dreamweaver - HTML - CSS

  • Dreamweaver Rollover Buttons
    Saturday, June 21, 2008
  • CSS SPRY Menu Editing Basics
    Sunday, May 25, 2008
  • Avatar Tutorial PSP X2 Layers
    Thur, Oct 16, 2008
  • Eye Animation Tutorial
    Oct 31, 2008
  • PSP Basic Color Makeover
    Nov 05, 2008
  • Podcast Tutorials PSP Paint Shop ProWeb Design Graphics Optimization

    SEO - Marketing - PPC - Affiliates

  • Search Engine Optimization Basics
    Sunday, May 25, 2008
  • Pay Per Click Basics
    Sunday, May 25, 2008
  • Lined Notebook Paper Tutorial
    Tuesday, Nov 18, 2008
  • Custom Calendar Tutorial
    Sunday, Nov 22, 2008

  • Date 00, 2008