illustrate padding/margins in simple lists
| tag | color/background-color |
|---|---|
| dl | white/blue |
| dt | yellow/green |
| dd | green/yellow |
illustrate adjusted padding/margins in simple lists to achieve xb appearance
| tag | color/background-color | margin/padding |
|---|---|---|
| dl | white/blue | |
| dt | yellow/green | |
| dd | green/yellow | margin-left: 2.5em; |