11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<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 $ -->
44<HEAD>
55<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 -->
88</HEAD>
99<BODY>
10- <H1>Default style sheets: Sample for HTML 4.0</H1>
10+ <H1>Default style sheet for HTML 4.0</H1>
1111<P><em>This appendix is informative, not normative.</em></P>
1212
1313<P>This style sheet describes the typical formatting of all HTML 4.0
@@ -28,7 +28,7 @@ DIV). Likewise, legacy presentation of presentational attributes
2828the markup in the source document must be changed.
2929
3030<pre class="example">
31- address,
31+ html, address,
3232blockquote,
3333body, dd, div,
3434dl, dt, fieldset, form,
@@ -72,11 +72,12 @@ kbd, samp { font-family: monospace }
7272pre { white-space: pre }
7373button, textarea,
7474input, object,
75- select<del>, img</del> { display:inline-block; }
75+ select { display:inline-block; }
7676big { font-size: 1.17em }
7777small, sub, sup { font-size: .83em }
7878sub { vertical-align: sub }
7979sup { vertical-align: super }
80+ table { border-spacing: 2px; }
8081thead, tbody,
8182tfoot { vertical-align: middle }
8283td, th { vertical-align: inherit }
0 commit comments