Improve Accessibility of Audio Content with the audio Element
Solutions
Solution 1 (Click to Show/Hide)
<body>
<header>
<h1>Real Coding Ninjas</h1>
</header>
<main>
<p>A sound clip of Zersiax's screen reader in action.</p>
<audio controls>
<source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg">
</audio>
</main>
</body>