What is CSS and its advantages?

What is CSS and its advantages?

Cascading style sheet is a type of style the sheet language. This type of style sheet is used to look and formatting a document in HTML. Levels of CSS are css1, css2, css3 and css4.
Along with Javascript, HTML, CSS also used by many web designers for creating web pages. CSS is designed primarily to authorize the separation of document content from document presentation for various formatting options like colors and font styles.
This type of presentation provides more flexibility and enables more HTML files sharing to a CSS file by .css.

Example of CSS syntax:
{
Color:red;
Font-size:14px;
}

TYPES OF CASCADING STYLE SHEET:
 Inline
 Internal
 External

INLINE STYLE SHEET:
The Inline style sheet is used within the HTML code. As the inline style is embedded within the HTML codes there is no selector present in the inline style sheet. This type of style is embedded within the code using style attribute. Inline style sheet is not powerful as embedded style sheet.

INTERNAL STYLE SHEET:
Internal style sheet or Embedded style sheet is used within the head section using the style tag. style tag is used to embed the internal styles within the head section.

EXTERNAL STYLE SHEET:
External styles are specified in the external style sheet and linked into the web pages. This is best among all the other style sheets. This type of style sheet is a text file that is saved as .css

IMPORTANCE OF CSS:
Cascading style sheet is the most important tool that the web designer use. There are many aspects to learn CSS. There are many properties in CSS1 and CSS2. To become a professional web designer it is important to learn Cascading style sheet.

ADVANTAGES OF CSS:
 Cascading style sheet helps in simplifying design changes.
 Website builds in CSS is accessible to more visitors.
 Pages load faster.
 CSS save time.

SOME CSS TIPS FOR BEGINNERS:
 Use reset.css
 Use shorthand
 Power of li
 Css debugging tools
 Replacing text with image

If you wish to design and develop your dream website, please mail us at support@webkites.in or visit www.webkites.in