You are on page 1of 1

Assignment- No.

4 HTML + CSS + JavaScript


Create a JavaScript Music Player

Create a music player with a user-friendly UI that plays music in the browser.Use
other features as well, including as seeking and volume control.There are several
methods available inside the HTMLMediaElement interface that enable playback and
control of audio files without the usage of an external library.

To make the player visually appealing, create the HTML layout that specifies the
player's structure, style it with CSS, and then write the player logic for all of the
functions in JavaScript.

Take this screenshot as reference

For resources official MDN reference : https://developer.mozilla.org/en-


US/docs/Web/HTML/Element/audio

Assignment No. 4

You might also like