Learn how to give shapes, alphabets or roman numerals properties to bullets using the <ul> or <ol> tags

Samples of different kinds of bullets using the <ul> tag

      Default Bullet      Square Bullets      Circular bullets
      <ul type=”disc” >      <ul type=”square”>      <ul type=”circle”>

Samples of using the <ol> tag

     Points in alphabetical order     Points in Roman Numerals
     <ol type=”a”>     <ol type=”A”>     <ol type=”i”>     <ol type=”I”>

All you need to do is get into the html and use the ‘Type’ attribute in the <ul> and <ol> tags. You can also use images as bullets as seen in our ready-made website templates.

Web Design Tips and Resources


Pinterest