Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<UL ...>

Usage Recommendation
thumbs up use it

  • TYPE: type of bullets

<UL ...> creates an unordered list. The unordered part means that the items in the list are not in any particular order. <UL ...> works with <LI ...>. <UL ...> defines the list, <LI ...> defines each item in the list.

this code produces this
Grocery List:
<UL>
<LI>potatoes
<LI>spinach
<LI>lollipops
</UL>
Grocery List:
  • potatoes
  • spinach
  • lollipops

<UL ...>s can be nested to produce lists within lists:

this code produces this
<UL>
<LI>Marketing
     <UL>
     <LI>Andy Hodges
     <LI>Trey Gregory
     </UL>
<LI>Engineering
     <UL>
     <LI>Karen Joslin
     <LI>Sheila Malone
     <LI>Karl Heinz
     </UL>
</UL>
  • Marketing
    • Andy Hodges
    • Trey Gregory
  • Engineering
    • Karen Joslin
    • Sheila Malone
    • Karl Heinz

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire