Un-order list Using Type attribute



There are 3 types of bullets style mostly used  in un-ordered list


  • Disc
  • Circle 
  • Square

     <html>

<head>
<title>Un-ordered List</title>
</head>
<body>
<ul type="square">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>
</body>
</html>


We can change value of type attribute to change bullet style of un-ordered list


Comments

Popular posts from this blog

Simple Program of HTML

Simple Program of HTML Order List