In HTML, elements are broadly divided into two categories: block-level and inline. Block elements take up the full width, while inline elements only take as much space as needed.
block elements inline elementsThis is a paragraph.
>h1 to h6 Headings from largest h1 to smallest h6