Blog Stats
  • Posts - 162
  • Articles - 10
  • Comments - 0
  • Trackbacks - 17

 

CSS Syntax

In this tutorial you will learn about Cascading Style Sheets (CSS) Syntax, Rule set, Combining selectors, The class selector, The id selector and Comments

Rule set

A rule or rule set tells the browser how to render an element, the rule set consists of the following:

  • The selector: represents the HTML element to be affected by the rule..
  • The declaration block: represents the effect to be applied to the element(s), and it contains one or more property value pairs.

More on CSS Syntax


Feedback

No comments posted yet.


Post a comment





 

 

 

 

Copyright © John Jacob