HTML Inline elements-
it is opposite of the block-level element. It does not start on a new line and takes up only the necessary width, it only occupies the space bounded by the tags defining the HTML element, instead of breaking the flow of the content.
ex.- <span>, <a>, <em>.