Block Elements vs. Inline Elements
Block elements start on a new line when they are inserted. Inline elements appear in the same line of code where you put them and do not automatically start on a new line.
Image Examples


Block elements start on a new line when they are inserted. Inline elements appear in the same line of code where you put them and do not automatically start on a new line.