<video width="320" height="240" controls><br>  <source src="https://raw.githubusercontent.com/jonathan-eduardo/JavaScript30/main/challenges/28%20-%20Video%20Speed%20Controller/video.mp4" type="video/mp4"><br>
</video><br><br>

<audio controls><br>  <source src="https://cdn.wapka.org/0082rh/ed5c570fd9de22711b7558d1203dcfe0/<br>  05-iwan-fals-engkau-tetap-sahabatku.mp3"  type="audio/mpeg"><br>  <source src="audio.ogg" type="audio/ogg"><br></audio>
body {
  display : flex;
  align-items: center;
  justify-content : space-evenly;
  background : grey;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.