Add an <OL>

git-svn-id: svn://10.0.0.236/trunk@43075 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-08-10 23:14:12 +00:00
parent 74faa9898d
commit 05fe8ce004
2 changed files with 16 additions and 0 deletions

View File

@@ -68,6 +68,14 @@ There are 4 br tags on either side of this sentence.
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>
<p>A random list of things to do</p>
<ul>
<li>Status report</li>
<li>Fix bugs</li>
<li>Call home</li>
</ul>
<pre>
Here is some
preformatted text.

View File

@@ -68,6 +68,14 @@ There are 4 br tags on either side of this sentence.
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>
<p>A random list of things to do</p>
<ul>
<li>Status report</li>
<li>Fix bugs</li>
<li>Call home</li>
</ul>
<pre>
Here is some
preformatted text.