More About HTML
Block Level Elements
Block level element→A block-level element always starts on a new line and takes up the full width available.
Some Block level elements are:
<div>
<ul>
<section>
<ol>
<p>
<h1> to <h6>
<hr>
Inline Element
Inline Element→An inline ...
rachitkumar.hashnode.dev5 min read