Page 135 - COMPUTER
P. 135

 WHAT IS C.S.S. 


               C.S.S. Stands For Cascading Style Sheets. It Is Generally Used With Html To Change
               The Style Of Web Pages And User Interfaces  It Is A Stylesheet Language Which Is
               Used To Make Unique And Attractive Website. It Provides An Additional Feature To
               Html.

                              Father Of Css:-              Hakon Wium Lie(10,oct,1994)

                                                           {Lie Is Working With Tim Burner Lie At C.e.r.n.}


                              Extension file name :-       .css

                                                     WHY CSS ? 


               Solved Big Problems

               Saves A Lot Of Time

               Provide More Attributes.

                                                  TYPES OF CSS 


                   1.  Inline css
                   2.  Internal css
                   3.  External css

                                                WHAT IS SELECTOR 


                     Css selector are used to “find” (or select) the html elements you want to style.

                                                TYPES OF SELECTOR 

               There Are Five Type Of Computer:-

               Element Selector:- Its Select One Element At A Time . Ex: P { Text-Align: Left ;}

               Id Selector:- To Select A Specific Element Id. Ex: #Para1{ Text-Align: Left ;}

               Class Selector:-To Select Element With A Specific Class Ex:- .Center{ Text-Align: Left ;}

               Universal Selector:-Select All Html Tags. Ex: *{Text-Align: Left;}


               Grouping Selector:- Select Html Tag With Groups With A Coma. Ex:H1,H2,H3{ Color :Red;}








                                                                                                                   134
   130   131   132   133   134   135   136   137   138   139   140