list-style-position
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title></title> <style type='text/css'> ul { font-family: sans-serif; list-style-position: outside; } li { border: thin solid lightgrey; } </style> </head> <body> <ul> <li>D</li> <li>D</li> <li>D</li> </ul> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
|