Can I explain the difference between inline and block element like this way?

By default, inline elements do not force a new line to begin in the document flow. Fishing kayak and Block elements, on the other hand, typically cause a line break to occur (although, as usual, this can be changed using CSS).
 
Back
Top