The Mudcat Café TM
Thread #12759   Message #2864618
Posted By: GUEST
15-Mar-10 - 02:06 PM
Thread Name: HTML Practice Thread
Subject: RE: HTML Practice Thread
It looks like there ain't an open square - htmlhelp.com says:


The deprecated TYPE attribute of LI suggests the rendering of the list item marker. Possible values are as follows:

•Case-insensitive values for LI within a UL, DIR, or MENU:
◦disc (a filled-in circle)
◦square (a square outline)
◦circle (a circle outline)

•Case-sensitive values for LI within an OL:
◦1 (decimal numbers: 1, 2, 3, 4, 5, ...)
◦a (lowercase alphabetic: a, b, c, d, e, ...)
◦A (uppercase alphabetic: A, B, C, D, E, ...)
◦i (lowercase Roman numerals: i, ii, iii, iv, v, ...)
◦I (uppercase Roman numerals: I, II, III, IV, V, ...)


Style sheets provide greater flexibility in suggesting list item styles. The list-style property of CSS includes the added abilities to suppress list item markers, use images as markers, and more.