In HTML & CSS, elements are classified as: Inline elements (don’t start on a new line, only take as much width as needed). Block elements (start on a new line, take full width). But there’s also ...