Prvi del: "ol"
- Vrstica 1
- Vrstica 2
- Vrstica 1
- Vrstica 2
- Vrstica 1
- Vrstica 2
- Vrstica 1
- Vrstica 2
- Vrstica 1
- Vrstica 2
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;
}