|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: intro.src,v 2.49 2008-07-10 18:22:11 bbos Exp $ --> |
| 3 | +<!-- $Id: intro.src,v 2.50 2009-05-12 11:47:41 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Introduction to CSS 2.1</TITLE> |
6 | 6 | </HEAD> |
@@ -45,7 +45,7 @@ property ('color') and value ('red'). While the example above tries to |
45 | 45 | influence only one of the properties needed for rendering an HTML |
46 | 46 | document, it qualifies as a style sheet on its own. Combined with |
47 | 47 | other style sheets (one fundamental feature of CSS is that style |
48 | | -sheets are combined) it will determine the final presentation of the |
| 48 | +sheets are combined), the rule will determine the final presentation of the |
49 | 49 | document. |
50 | 50 |
|
51 | 51 | <P> The HTML 4 specification defines how style sheet rules may be |
@@ -211,8 +211,8 @@ ARTICLE, HEADLINE, AUTHOR, PARA { display: block } |
211 | 211 | <P>The first rule declares INSTRUMENT to be inline and the second |
212 | 212 | rule, with its comma-separated list of selectors, declares all the |
213 | 213 | other elements to be block-level. Element names in XML are |
214 | | -case-sensitive, so a selector written in lowercase (e.g. 'instrument') |
215 | | -is different from uppercase (e.g. 'INSTRUMENT'). |
| 214 | +case-sensitive, so a selector written in lowercase (e.g., 'instrument') |
| 215 | +is different from uppercase (e.g., 'INSTRUMENT'). |
216 | 216 |
|
217 | 217 | <P>One way of linking a style sheet to an XML document is to use |
218 | 218 | a processing instruction: |
|
0 commit comments