Website can be divided in three layer.
Structure Layer:
Structure Layer consists with css code. CSS stands for making structure and decoration of web site .
Content Layer
Content Layer consist with content matter only. It should not make structure and decoration any more.
Behaviour
Behaviour is the action through event handler . For example : onclick, double click, etc. Behavious should not act as structure layer and content layer. It should be use only for interactive. For example : Javascript should not display/hide content matter and should not specify decoration for html element.
View full article »
