Inline vs. Block Elements and Divs
Get an understanding of how HTML elements are rendered in the browser.
We'll cover the following...
We'll cover the following...
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 ...