A block-level element always starts on a new line, and the browsers automatically add some space (a margin) before and after the element. They always takes up the full width available (stretches out to the left and right as far as it can). Two commonly used block elements are: <p> and <div> .