div
<div> . . . </div>
Denotes a generic “division” or container for content within the
flow of the document. Elements contained within a
div
are treated as a semantic group. The
div
element is typically given meaning with the
class
, id
,
title
, or lang
attributes, which
also allow it to be accessible to scripts and selected in
stylesheets.