lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev sample of ordered list html


From: Larry W. Virden
Subject: lynx-dev sample of ordered list html
Date: Sat, 27 Mar 1999 06:02:58 -0500 (EST)

sorry - those fingers are not awake yet...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>testing Ordered Lists</TITLE>
</HEAD>
<BODY>

<OL TYPE="A">
<LI>first
<LI>second
<LI>third
<LI>fourth
<LI>fifth
<LI>sixth
<LI>seventh
<LI>eighth
<LI>ninth
<LI>tenth
</OL>

<OL TYPE="1">
<LI>first
<LI>second
<LI>third
<LI>fourth
<LI>fifth
<LI>sixth
<LI>seventh
<LI>eighth
<LI>ninth
<LI>tenth
</OL>

<OL TYPE="I">
<LI>first
<LI>second
<LI>third
<LI>fourth
<LI>fifth
<LI>sixth
<LI>seventh
<LI>eighth
<LI>ninth
<LI>tenth
</OL>

<OL TYPE="i">
<LI>first
<LI>second
<LI>third
<LI>fourth
<LI>fifth
<LI>sixth
<LI>seventh
<LI>eighth
<LI>ninth
<LI>tenth
</OL>

</BODY>
</HTML>
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]