CSS

CSS - Cascading Style Sheet is a language of formatting and  layout a web page written in marked up languages. CSS can be applied on asp,jsp,html etc page or a XML etc for look and formatting of document. 

eg:-
body {
    background-color: #red;
}


Selectors:-

No comments:

Post a Comment