div {display: inline}
<div>
<p>Wow</p>
</div>
is this be valid? And if you know references related to this, please let me know.
div {display: inline}
<div>
<p>Wow</p>
</div>
is this be valid? And if you know references related to this, please let me know.