<ul>

Description

This element creates an unordered (bulleted) list. Each item in the list is, in turn, created by the <li> element.

Example


<html>
<body>
     <ul>
          <li>Africa</li>
          <li>Antarctica</li>
          <li>Asia</li>
          <li>America</li>
          <li>Europe</li>
     </ul><!--  w ww  .ja v  a2s  .  c  o  m-->
</body>
</html>

Click to view the demo

The code above generates the following result.

ul




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference