li margin
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> ul { list-style-type: disc; }
li { padding: 0; margin: 0 0 0.25em 0; } </style> </head> <body>
<h3>Heading 3</h3>
<p>Text:</p>
<ul> <li>ONE</li> <li>TWO</li> <li>THREE</li> <li>FOUR</li> <li>FIVE</li> </ul> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
|