Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Thursday, 16 February 2012

Bullet list in html


    <UL >
      <LI>Your text goes here
      <LI>Your text goes here
      <LI>Your text goes here
    </UL>
  



Your list would be displayed like this


  • Your text goes here
  • Your text goes here
  • Your text goes here