Inline Element (HTML)

In HTML, an inline element refers to an element that renders in line with other content (that is, on the same line). Some examples of inline elements are <a>, <span>, <em>, <img>, and so on.

More details

The opposite of inline elements are block-level elements, which essentially render on a new line and typically denote 'blocks' of content.