Prvi del: "ol"
  1. Vrstica 1
  2. Vrstica 2
  1. Vrstica 1
  2. Vrstica 2
  1. Vrstica 1
  2. Vrstica 2
  1. Vrstica 1
  2. Vrstica 2
  1. Vrstica 1
  2. Vrstica 2
Drugi del: "ul"
Prvi del: "ol"
#roman1
{
list-style-type:lower-roman;
}
#roman2
{
list-style-type:upper-roman;
}
#alpha1 {
list-style-type:lower-alpha;
}
#alpha2
{
list-style-type:upper-alpha;
}


Drugi del: "ul"
#krogec
{
list-style-type:circle;
}
#kvadrat
{
list-style-type:square;
}
#disk
{
list-style-type:disc;
}