'ul' creates an unordered (bulleted) list : ul : List Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Tags » ul »

 

'ul' creates an unordered (bulleted) list



    
<html>
<head>
<title>ul element example</title>
</head>
<body>
    <ul type="disc">
        <li>A</li>
        <li>A</li>
        <li>A</li>
        <li>A</li>
        <li>E</li>
    </ul>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Tags
» ul