| Projets |
134 Visiteurs 3168 Projets
|
|
 |
 |
 |
 |
|
|
| 2004 - Pérennisation |
Introduction to the style sheets (CSS)
[25 mn de lecture - paru le 3/22/2004 8:59:02 PM - Public : Confirmé]
|
   
|
Auteur
Summary
Cascading Style Sheets (CSS) allows you to make settings and presentation of your web pages. HTML must not be used for this type of task
even if that is often the case because HTML is for contents and CSS for container. Today it is essential to respect web standards for making web sites which are compatible and accessible for everyone. This article will thus make it possible for you to discover the advantages related to the use of this language all while enabling you to programm your first style sheets.
Menu
Introduction
1. Use of CSS
1.1. Basic syntax
1.2. Application of styles
1.3. Particular cases
2. Insertion of CSS
2.1. Method 1 : declaration in HTML heading
2.2. Method 2 : declaration in-line
2.3. Method 3 : definition via an external style sheet
2.4. Method 4 : importation of an external style sheet
3. Properties of CSS
3.1. Alignment
3.2. Background
3.3. Borders
3.4. Margins and positioning
3.5. Typography
4. Example
4.1. HTML code
4.2. CSS code
4.3. CSS code programming
4.4. Result
Conclusion
|
|
|
 |
 |
 |
 |
| Articles de la même catégorie |
|
|
|
 |
 |
 |
 |
| SUPINFO Training Center peut vous proposer une formation ... |
|
|
|
 |
 |
 |
 |
|