We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83a1bd commit 588a183Copy full SHA for 588a183
1 file changed
css2/intro.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: intro.src,v 2.17 1998-03-14 00:37:33 ijacobs Exp $ -->
+<!-- $Id: intro.src,v 2.18 1998-03-14 23:38:42 ijacobs Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>Introduction to CSS2</TITLE>
@@ -194,7 +194,7 @@ which user agents don't know how to display.
194
</PRE>
195
196
<P>To display this fragment in a document-like fashion, we must first
197
-declare which elements are inline (i.e., do not cause line breaks) and
+declare which elements are inline-level (i.e., do not cause line breaks) and
198
which are block-level (i.e., cause line breaks).
199
200
<PRE class="example">
0 commit comments