Inline element
An inline element is intended to be displayed in the same line of text as its siblings
         or the surrounding text. For instance, strong and emphasis in HTML are inline elements.
         It is
         distinct from a block element, which is visually
         separated from its siblings.
      
      
   