We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ccfef commit 73af0c3Copy full SHA for 73af0c3
1 file changed
css2/sample.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: sample.src,v 2.16 1998-04-22 23:04:03 ijacobs Exp $ -->
+<!-- $Id: sample.src,v 2.17 1998-04-26 23:06:08 bbos Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -41,8 +41,8 @@ HEAD { display: none }
41
TABLE { display: table }
42
TR { display: table-row }
43
THEAD { display: table-header-group }
44
-TBODY { display: table-footer-group }
45
-TFOOT { display: table-row-group }
+TBODY { display: table-row-group }
+TFOOT { display: table-footer-group }
46
COL { display: table-column }
47
COLGROUP { display: table-column-group }
48
TD, TH { display: table-cell }
0 commit comments