Cascading Style Sheets Tutorial

CSS quick

  A style sheet by the rules of style to tell the browser how to present the document. Style will be a lot of the rules by adding to your HTML document approach, but the simplest method is to use the launch of STYLE HTML components. placed on the element of the HEAD of the document, including the form of rules website. 

  STYLE element to note that despite the style sheet test is a good way, it has some users in the use of such methods should be considered before the shortcomings. Different advantages and disadvantages in the style sheet will be added to the HTML part in the discussion. 

  Each rule consists of a choice at - usually a HTML elements, such as BODY, P, or EM - and the selectors accepted by the style. 

  There are many attributes can be used to define an element. Each property with a value of the common description of how the selectors should show. 

  Style rules composed of the following: 

  Selectors (attributes: value) 
  At the option of a single style statement should be separated with a semicolon: 

  Fu (attribute a choice: value 1; attribute 2: Duty 2) 

  Following is a definition of the H1 and H2 elements of color and font attributes: 

<HEAD>
  <TITLE> CSS example </ TITLE> 
  <STYLE TYPE="text/css"> 
  H1 (font-size: x-large; color: red) 
  H2 (font-size: large; color: blue) 
  </ STYLE> 
  </ HEAD> 

  The above-mentioned style sheet to tell Used up, a red font to display a title, with big, blue font to display two headings. CSS1 formally defined specifications all the attributes and values effectively. Attributes and values of this site CSS attributes part of it is also given. 

  This handbook is devoted to the CSS-based knowledge to provide enough information to let you test their own style. CSS to get more in-depth knowledge, reading continue to read the following: 

  CSS structure and rules 
  CSS Attributes 
  Style sheets will be added to the HTML 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • DZone

Tags: CSS DIV, CSS effect, css manuals, css templates, div css, div css layout

Releated Posts

  • CSS options
  • XML and CSS
  • Css structure
  • CSS ֱ
  • CSS entry [to]

This entry was posted on Wednesday, October 31st, 2007 at 12:00 am and is filed under Css+Div Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

« 15 online web2.0 picture generator
Div effects of the use of achieving IFrame »

Leave a Reply

  • Categories

    • CSS Properties (491)
    • CSS Tutorial (1154)
    • CSS Tutorial By Examples (1201)
    • Css+Div Web Design (3274)
    • Xhtml and Web Design (1797)
  • Archives

    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
  • Pages

    • About us

Cascading Style Sheets Tutorial