How to write bullet pointas in HTML ?

Sunny.Sagar
Posted by Sunny.Sagar under HTML 5 category on | Points: 40 | Views : 1895
 <ul>
<li> 1 </li>
<li> 2 </li>
<li> 3 </li>
</ul>

To write the bullet points use <li> and <ul>

Comments or Responses

Login to post response