Cascading Style SheetsYou can format your text, links, backgrounds, tables, input fields etc by using CSS (Cascading Style Sheets). This is very popular on the web and used by webmasters to manage the look and feel of the pages of their web site. The biggest advantage of using CSS is easy changing of style from a single location. Big web sites can change their look and feel of the pages and links by changing the CSS page only and in one location. This way thousand of pages can be changed at one stroke. We will learn step by step the different formats used in creating CSS pages.This site also uses CSS for all its formatting requirements. You can see the color of the links changes with mouse over, this is done by CSS and we will learn how to do this.jquery/msg-demo/slider-color2.php Advantage of using CSSCSS not only helps in easy maintenance but also helps in fast loading of page as browser loads the CSS page from cache.Types of style sheetWe can have different types of style definitions. From user defined to browser default styles are there with different priority levels.Links with out underlinesWe can remove underlines from the links by managing the display style of the link.Font styleWe can manage fonts display style by using different types of style commandsBorder StyleTypes of border and managing width and colour of the border.Body tagWe can manage the body tag by using our CSSHeader TagWe can control the display of our H1 and other header tags by using CSSMouse over property of linkColor of a link can change when we place mouse over it. This is done by using CSSLink CSSWe can control the display of a link by using CSSMouse cursor shapeWe can change the shape of the mouse cursor by using CSSButtons with different StylesManging different style properties of buttons.
This article is written by plus2net.com team.
![]() | ||
| ||