1999-04-21 19:11:18 +00:00
|
|
|
<html>
|
1999-05-27 03:56:07 +00:00
|
|
|
<head>
|
1999-05-27 04:06:17 +00:00
|
|
|
<title>Ender HTML Test Page</title>
|
1999-05-27 03:56:07 +00:00
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
BODY {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
1999-04-21 19:11:18 +00:00
|
|
|
<body>
|
|
|
|
|
1999-06-13 07:50:17 +00:00
|
|
|
<h2>Here's the deal...</h2>
|
1999-04-21 19:11:18 +00:00
|
|
|
|
|
|
|
<p>This is a good place to add in html to aid in testing features
|
|
|
|
under development. It's also a great place to not use latin.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Here is some very run-o-the-mill text in a paragraph tag, for those
|
|
|
|
of you who are into that kind of thing. I think at this point I shall
|
|
|
|
regale you with some of my inestimable poetry, which will be presented
|
|
|
|
in blockquote mode for your reading pleasure. This particular sample
|
|
|
|
was written when I was eleven years old, but is remarkably similar to
|
|
|
|
the writings of my later "hard-livin" years. It's titled "Reruns":
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<h4>Reruns</h4>
|
|
|
|
Reruns are about as much fun,<br>
|
1999-05-13 02:40:53 +00:00
|
|
|
as your dad taking all your mun,<br>
|
1999-04-21 19:11:18 +00:00
|
|
|
and giving it to a nun,<br>
|
|
|
|
as a contribution.
|
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
There are 4 br tags on either side of this sentence.
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
This text has two spaces between every word
|
|
|
|
<u>Underlined text with space at end </u><b> and bold text with a space at front</b>
|
|
|
|
<pre>
|
|
|
|
Here is some
|
|
|
|
preformated text.
|
|
|
|
Here is some
|
|
|
|
preformated text.
|
|
|
|
</pre>
|
|
|
|
|
1999-04-26 14:27:02 +00:00
|
|
|
<ol>
|
|
|
|
<li>list item 1</li>
|
|
|
|
<li>list item 2</li>
|
|
|
|
<li>list item 3</li>
|
|
|
|
</ol>
|
|
|
|
|
1999-04-21 19:11:18 +00:00
|
|
|
<table BORDER>
|
|
|
|
<tr><td>cell 1 </td><td>cell 2 </td><td>cell 3 </td></tr>
|
|
|
|
<tr><td>cell 4 </td><td>cell 5 </td><td>cell 6 </td></tr>
|
|
|
|
<tr><td>cell 7 </td><td>cell 8 </td><td>cell 9 </td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
<table BORDER>
|
|
|
|
<tr><td>big cell 1 </td>
|
|
|
|
<td>
|
|
|
|
<table BORDER>
|
|
|
|
<tr><td>nested cell 1 </td><td>nested cell 2 </td></tr>
|
|
|
|
<tr><td>nested cell 3 </td><td>nested cell 4 </td></tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr><td>
|
|
|
|
<table BORDER>
|
|
|
|
<tr><td>nested cell 1 </td><td>nested cell 2 </td></tr>
|
|
|
|
<tr><td>nested cell 3 </td><td>nested cell 4 </td></tr>
|
|
|
|
</table>
|
|
|
|
</td><td>big cell 4 </td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
One more paragraph for the road. A true Klingon fears not the atrocious
|
|
|
|
editing file format hoisted on us by html. Well, maybe he does, a little.
|
|
|
|
But he hides it well.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|