A division element <div>, which must be closed by a </div>, is a block-level element in HTML which is often used for website layout or for content which doesn't fit semantically into another element. The only semantic meaning of a division is the logical grouping of the content within it. Because of this, it can be freely used for non-standard presentational purposes or behavior.
They are also frequently used to produce floating content in layouts, in preference to the semantically inappropriate <table> element. Very often used along with the attributes 'class' and 'id' for divisions such as 'Post Header' or 'Table of Contents' respectively.