Skip to content

Commit fb5ab26

Browse files
committed
[css2] updating tutorial
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40309
1 parent 4361fa4 commit fb5ab26

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

css2/intro.src

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 1.6 1997-10-29 20:20:31 howcome Exp $ -->
3+
<!-- $Id: intro.src,v 1.7 1997-10-29 22:27:44 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -50,7 +50,7 @@ document in a STYLE element:
5050
&lt;TITLE&gt;Bach's home page&lt;/TITLE&gt;
5151
&lt;STYLE TYPE="text/css">
5252
H1 { color: blue }
53-
&lt:STYLE>
53+
&lt;/STYLE>
5454
&lt;BODY&gt;
5555
&lt;H1&gt;Bach's home page&lt;/H1&gt;
5656
&lt;P&gt;Johann Sebastian Bach was a prolific composer.
@@ -88,9 +88,6 @@ includes a <a href="./sample.html">sample style sheet</a> which
8888
describes how HTML documents typically are rendered.
8989

9090

91-
<P><em>The tutorial will be expanded.</em>
92-
93-
9491
<H2>Design principles behind CSS2</H2>
9592

9693
<UL>
@@ -103,7 +100,7 @@ describes how HTML documents typically are rendered.
103100
<LI>network performance
104101
</UL>
105102

106-
<P><EM>These will be expanded</EM>
103+
<P><EM>This section will be expanded</EM>
107104

108105

109106
</BODY>

0 commit comments

Comments
 (0)