block_inline example
come here to learn html
block elements take up the full width available.
Examples of block elements are: <div>, <h1>, <p>, <section>, <header>, <footer>.

Inline elements only take up as much width as necessary.
Examples of inline elements are: <span>, <a>, <img>, <strong>, <em>.