An inline element does not initiate a new line.
An inline element occupies only the width required for its content.
This is a <span> element inside a paragraph.
Example
| <span>Hello World</span> |
These are the inline elements in HTML:
| Please note: An inline element is unable to encompass a block-level element! |