Top Ads

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

What is CSS Syntax and Selectors

A style rule is made of three parts −

    Selector − A selector is an HTML tag at which a style will be applied. This could be any tag like <h1>,<h2>.......<h6> or <table> etc.


    Property - A property is a type of attribute of HTML tag. Put simply, all the HTML attributes are converted into CSS properties. They could be color, border etc.


    Value - Values are assigned to properties. For example, color property can have value either red or #F2F2F2 etc.


What is Cascading Style Sheets (CSS)?

CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once External stylesheets are stored in CSS files.

CSS is easy to learn and understand but it provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.

Advantages of CSS
  •  CSS saves time
  •  Easy maintenance
  •  Offline Browsing
  •  Multiple Device Compatibility
  •  Pages load faster 
  •  Superior styles to Html
  •  Global web standards