CSS Basics




A standard CSS syntax uses the following nomenclature:

 

selector (property:value}

 

 

Selector is the HTML element which is to be defined.

 

Property is the attribute that is to be changed and takes a value

                                   

 

{We would cover these in detail in our subsequent chapters}