Definition List - List Marker
- one
- The red border is around the dl.
- two
- Notice that the list marker is outside it as well as the div that contains it.
- three
- The parent of the dl has no padding, so the markers are flowing over the edge.
- one
- The red border is around the dl.
- two
- Notice that the list marker is outside it but the div has padding now.
- three
- You can add margin-left to the dt to move it over.
- one
- The red border is around the dl.
- two
- Notice that the list marker is now inside it.
- three
- margin-left: 20px has been added to the dt.