What is your hint or solution suggestion?
Summary
<body>
<header>
<h1>Real Coding Ninjas</h1>
</header>
<main>
<p>A sound clip of Zersiax's screen reader in action.</p>
<audio id="meowClip" controls>
<source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" />
</audio>
</main>
</body>
Challenge: Improve Accessibility of Audio Content with the audio Element
Link to the challenge: