Horje

How to Reduce line-height in a list (with CSS)

Reduce line-height in a list (with CSS)

index.html
Example: HTML
<ul style="line-height:80%">
  <li>html</li>
  <li>xhtml</li>
  <li>css</li>
</ul>  

Output should be:

How to Reduce line-height in a list (with CSS)




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin