unordered lists - HTML 4.01 strict

simple list 1

illustrate padding/margins in simple lists

tag color/background-color
ul white/blue
li yellow/green

simple list 2

illustrate adjusted padding/margins in simple lists to achieve xb appearance

tag color/background-color margin/padding
ul white/blue margin-left: 0; padding-left: 0;
li yellow/green margin-top: 0; margin-bottom: 0;

nested list 1

illustrate padding/margins/markers in nested lists

tag color/background-color
ul white/blue
li yellow/green

nested list 2

illustrate adjusted padding/margins in simple lists to achieve xb appearance

tag color/background-color margin/padding
ul white/blue margin-left: 0; padding-left: 0;
li yellow/green margin-top: 0; margin-bottom: 0;