cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/music-player/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
## Music Player
Create beautiful UI to play music stored in the "music folder" using the HTML5 audio API
## Project Specificat
Create beautiful UI to play music stored in the "music folder" using the HTML5 audio API
## Project Specificat
const musicContainer = document.getElementById('music-container');
const playBtn = document.getElementById('play');
const prevBt
const playBtn = document.getElementById('play');
const prevBt