Stylish CSS sheets are easy to use
Brief introduction about cascading sheets
When we talk about the webpage elements the first thing we should look about is cascading style sheets. These sheets are collection of formatting characterizations which are used to enhance the look of webpage. These sheets are basically used to format text, images, headings, tables, etc. You can also pre-designate the color and placement properties of text with single style sheet.
Workflow advantages
This is time saving process which allows you to make changes in less amount of time. Here is an example: You have done certain changes for italics looks of paragraph and later you decide to remove it. you can simply remove the italics properties from the style sheet and the paragraph will be appeared the default format style.
Types of styles of cascading sheets
If you are creating style sheet in Dreamweaver, you will be getting few types for creation:
Custom style: This class attribute can be used to applied on webpage elements; here you have to include the block and ranges of text. You will get various stages where you have to choose the custom style. For example if you feel some text of the page need to be in yellow color with bold feature then you can use the custom style to make certain changes. Remember one thing the provided name to this style sheet will appear at CSS styles panel.
HTML feature: with this feature you can redefine the formatting of particular html tags. These tags can be used easily like if you want the text of H1 heading in purple color then you can modify the tag.
CSS selector: this type allows the user to use adapted declaration of style. This style is basically for advanced users. To apply this style you should know how to write a style declaration.

