|
Because when I am changing the sizes of divs to adjust the layout I like to be able to turn on the border easily by changing the zero to a one.
This helps me see the size, shape and position of the div if the background color has not been set.
Without this I would have to guess what size and position the div actually is. Guessing can be time consuming and can lead to problems further down the line.
|