File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22<html lang="en">
3- <!-- $Id: selector.src,v 2.1 1998-02-03 14:17:16 ijacobs Exp $ -->
3+ <!-- $Id: selector.src,v 2.2 1998-02-07 02:01:56 ijacobs Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Selectors</title>
@@ -996,15 +996,15 @@ If the following link:
996996Thus, the following rule:
997997
998998<pre>
999- P.initial :first-letter { color: red }
999+ P.note :first-letter { color: red }
10001000</pre>
10011001
10021002<P>would make the first letter of all P elements with
1003- <samp>class="initial "</samp> such as the following, the color 'red',
1003+ <samp>class="note "</samp> such as the following, the color 'red',
10041004as in:</p>
10051005
10061006<pre class="html-example">
1007- <P class="initial ">First paragraph </P>
1007+ <P class="note ">Note: Only valid until December 31. </P>
10081008</pre>
10091009</div>
10101010
You can’t perform that action at this time.
0 commit comments