Fixed body tags for bug reported by dbaron@netaxs.com

This commit is contained in:
kipp%netscape.com 1998-09-03 05:07:16 +00:00
parent a3449255d5
commit 4c27334e38
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
</style>
</head>
<body bgcolor="#FFFFFF">
<body bgcolor="#FFFFFF" text="#000000">
<h1>Example 0: Basic HTML Text Styles</h1>
<p><br></p>
<h2>Formatted Text</h2>

View File

@ -35,7 +35,7 @@ H4 {
</head>
<body bgcolor="#FFFFFF">
<body bgcolor="#FFFFFF" text="#000000">
<h1>Example 1: CSS HTML Text Styles</h1>
<p><br></p>
<p>Note -- This document contains the following CSS declarations:</p>

View File

@ -14,7 +14,7 @@ PRE {
</head>
<body bgcolor="#FFFFFF">
<body bgcolor="#FFFFFF" text="#000000">
<h1>Example 2: HTML Images</h1>
<h2>Images</h2>
<h3>JPEGs:</h3>

View File

@ -3,7 +3,7 @@
<title>Example 3</title>
</head>
<body bgcolor="#FFFFFF">
<body bgcolor="#FFFFFF" text="#000000">
<h1>Example 3: Basic Tables</h1>
<h2>Simple table, 75% width, border=1</h2>
<table border="1" width="75%">

View File

@ -12,7 +12,7 @@ SPAN.one { font-size: xx-small; }
/*H1, H2, H3, H4, H5, H6 { font-weight: normal; }*/
</style>
</head>
<body text="#00FF00">
<body text="#00FF00" bgcolor="#ffffff">
<font size=5>this is size five
<font point-size=12>this is point-size 12
@ -195,4 +195,4 @@ this is also caption
</table>
</font>
</body>
</html>
</html>