<audio controls>
<source src="audio.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
- Inline Elements: Do not start on a new line and only take up as much width as necessary. Examples include
<span>
, <a>
, <em>
, <strong>
. - Block Elements: Start on a new line and take up the full width available. Examples include
<div>
, <p>
, <h1>
, <ul>
, <table>
.