155 B
155 B
Block vs Inline
Below, 'some text' is actually inline, but unstylable.
<div>
Some text
<div>Nested text</div>
<span>More text</span>
</div>
Below, 'some text' is actually inline, but unstylable.
<div>
Some text
<div>Nested text</div>
<span>More text</span>
</div>