CSS List |
|||||||
38 views
The CSS list properties allow you to place the list-item marker, change between different list-item markers, or set an image as the list-item marker.This is maybe because they are much more specific than ordered and unordered lists and therefore less useful, but where there is a list of terms and descriptions a definition list should be used.
Example <dl> <dt>text1</dt> <dd>this is text1</dd>
Menu List
Number Menu List <ol>
|
| « CSS Padding | getchar And putchar Function » |
| Posted on Saturday, June 14th, 2008 at 4:09 pm under CSS For Beginners | RSS 2.0 Feed | |