Onumrerade listor

Lista utan några attribut.

Lista med attributet TYPE satt till "square"

Lista med attributet TYPE satt till "circle"

Nästlade listor i fyra nivåer (utan attribut!). Observera att webbläsare väljer olika punkttyper för de olika nivåerna utom nivå 3 och 4 som får samma punkttyp.

Onumrerade listor ändrade med CSS

Som exempel nedan visasr så går det att ange numrering för onumrerad lista.

list-style-type: armenian;

list-style-type: circle;

list-style-type: decimal;

list-style-type: decimal-leading-zero;

list-style-type: disc;

list-style-type: georgian;

list-style-type: lower-alpha;

list-style-type: lower-greek;

list-style-type: lower-latin;

list-style-type: lower-roman;

list-style-type: none;

list-style-type: square;

list-style-type: upper-alpha;

list-style-type: upper-latin;

list-style-type: upper-roman;


Skapad av: Björn G.D. Persson. Uppdaterad: 2025-01-12.