1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html lang="en">
3
- <!-- $Id: sample.src,v 2.37 2004-02-14 00:59:12 bbos Exp $ -->
3
+ <!-- $Id: sample.src,v 2.38 2004-02-17 19:42:43 bbos Exp $ -->
4
4
<HEAD>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
- <TITLE>A sample style sheet for HTML 4.0</TITLE>
7
- <!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
6
+ <TITLE>Default style sheet for HTML 4.0</TITLE>
7
+ <!-- Changed by Kimberly Blessing, 2004-02-13 -->
8
8
</HEAD>
9
9
<BODY>
10
- <H1>Default style sheets: Sample for HTML 4.0</H1>
10
+ <H1>Default style sheet for HTML 4.0</H1>
11
11
<P><em>This appendix is informative, not normative.</em></P>
12
12
13
13
<P>This style sheet describes the typical formatting of all HTML 4.0
@@ -28,7 +28,7 @@ DIV). Likewise, legacy presentation of presentational attributes
28
28
the markup in the source document must be changed.
29
29
30
30
<pre class="example">
31
- address,
31
+ html, address,
32
32
blockquote,
33
33
body, dd, div,
34
34
dl, dt, fieldset, form,
@@ -72,11 +72,12 @@ kbd, samp { font-family: monospace }
72
72
pre { white-space: pre }
73
73
button, textarea,
74
74
input, object,
75
- select<del>, img</del> { display:inline-block; }
75
+ select { display:inline-block; }
76
76
big { font-size: 1.17em }
77
77
small, sub, sup { font-size: .83em }
78
78
sub { vertical-align: sub }
79
79
sup { vertical-align: super }
80
+ table { border-spacing: 2px; }
80
81
thead, tbody,
81
82
tfoot { vertical-align: middle }
82
83
td, th { vertical-align: inherit }
0 commit comments