block and inline containers
<a>
and
<span>
are inline containers that are going to take as much space as they need. Whereas
<p>
and
<div>
are block containers that take the entire width of the screen.
by Valeri Tandilashvili
4 years ago
HTML
tags
HTML - Build a Website | Tutorial
2
Pro tip: use ```triple backticks around text``` to write in code fences