Ep.013 Block vs Inline Elements – Learn HTML and HTML5 – Free HTML Course

The block or block-level elements/tags are those HTML tags that 1) cover the 100% available width on the screen and 2) always start from a new line. The inline elements/tags cover only the width required by the inner content of the tag and start from where the previous inline element is completed.

forward