Cool HTML Bullet Tips
Learn how to give bullets, alphabets or roman numerals bullets using the <ul> or <ol> HTML tags
How can you create bullet item in use html code:
<p>Jobs2india</p> <ul type="disc"> <li> Website Design </li> <li> Graphic Design </li> <li> Flash Design </li> <li> Brochure Design </li> <li> Logo Design </li> </ul>
Samples of different kinds of bullets.