In
computing, an HTML element indicates structure in an
HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an
SGML element that meets the requirements of one or more of the HTML
Document Type Definitions (DTDs). These elements have properties: both attributes and content, as specified (both allowable and required) according to the appropriate HTML DTD (for example, the HTML 4.01 strict DTD). Elements may represent headings, paragraphs, hypertext links, lists, embedded media, and a variety of other structures.
See more at Wikipedia.org...