<body>
<h3> click the play button </h3>
<audio id="myAudio" controls>
<source src="straykids.mp3" type="audio/mpeg">
</audio>
<h4> click the play button to watch the video </h4>
<video width="640" height="360" controls>
<source src="straykids.mp4" type="video/mp4">
your browser does not support the video tag
</video>
</body>