mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Fixed body tags for bug reported by dbaron@netaxs.com
This commit is contained in:
parent
a3449255d5
commit
4c27334e38
@ -17,7 +17,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF" text="#000000">
|
||||||
<h1>Example 0: Basic HTML Text Styles</h1>
|
<h1>Example 0: Basic HTML Text Styles</h1>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
<h2>Formatted Text</h2>
|
<h2>Formatted Text</h2>
|
||||||
|
@ -35,7 +35,7 @@ H4 {
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF" text="#000000">
|
||||||
<h1>Example 1: CSS HTML Text Styles</h1>
|
<h1>Example 1: CSS HTML Text Styles</h1>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
<p>Note -- This document contains the following CSS declarations:</p>
|
<p>Note -- This document contains the following CSS declarations:</p>
|
||||||
|
@ -14,7 +14,7 @@ PRE {
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF" text="#000000">
|
||||||
<h1>Example 2: HTML Images</h1>
|
<h1>Example 2: HTML Images</h1>
|
||||||
<h2>Images</h2>
|
<h2>Images</h2>
|
||||||
<h3>JPEGs:</h3>
|
<h3>JPEGs:</h3>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<title>Example 3</title>
|
<title>Example 3</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF" text="#000000">
|
||||||
<h1>Example 3: Basic Tables</h1>
|
<h1>Example 3: Basic Tables</h1>
|
||||||
<h2>Simple table, 75% width, border=1</h2>
|
<h2>Simple table, 75% width, border=1</h2>
|
||||||
<table border="1" width="75%">
|
<table border="1" width="75%">
|
||||||
|
@ -12,7 +12,7 @@ SPAN.one { font-size: xx-small; }
|
|||||||
/*H1, H2, H3, H4, H5, H6 { font-weight: normal; }*/
|
/*H1, H2, H3, H4, H5, H6 { font-weight: normal; }*/
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body text="#00FF00">
|
<body text="#00FF00" bgcolor="#ffffff">
|
||||||
|
|
||||||
<font size=5>this is size five
|
<font size=5>this is size five
|
||||||
<font point-size=12>this is point-size 12
|
<font point-size=12>this is point-size 12
|
||||||
@ -195,4 +195,4 @@ this is also caption
|
|||||||
</table>
|
</table>
|
||||||
</font>
|
</font>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user