...

/

Inline vs. Block Elements + Divs

Inline vs. Block Elements + Divs

Get an understanding of how HTML elements are rendered in the browser.

Each HTML element is interpreted in a specific way by your web browser. In this lesson, we will discuss block-level and inline HTML elements to gain a better understanding of how content is rendered.

Block-level elements

Block-level HTML elements take up the full width of a web page, essentially creating a “block” around the content ...