I am wondering where to apply the display:block; property to an element. I have already used it in the header section and footer, but now I have some boxes containing images and text where I need to set display block.
header,section,footer{display:block;}
Should I set it for elements with the ul class as well? Are there any situations where setting display block may not be appropriate?
.box{display:block;}