⁕ Block elements are those that take up the full width available on the page. They are used to create large structures like paragraphs, lists, navigation menus, footers, etc. They are also used to create divisions in the layout of a page.
⁕ For Example: <div>
, <p>
, <h1>
to <h6>
, <ul>
, <ol>
, <li>
⁕ Can contain other block and inline elements.