Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
184 views

Assignment No. 4 HTML CSS JS

This document outlines an assignment to create a JavaScript music player with HTML, CSS, and JavaScript. The player should have a user-friendly interface to play audio files with features like seeking and volume control using the HTMLMediaElement interface. The assignment tasks the student to build the HTML structure, style it with CSS, and write JavaScript logic to control playback and functions without an external library. It provides a reference screenshot and link to MDN documentation for the audio element.

Uploaded by

Nashrah Ansari
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
184 views

Assignment No. 4 HTML CSS JS

This document outlines an assignment to create a JavaScript music player with HTML, CSS, and JavaScript. The player should have a user-friendly interface to play audio files with features like seeking and volume control using the HTMLMediaElement interface. The assignment tasks the student to build the HTML structure, style it with CSS, and write JavaScript logic to control playback and functions without an external library. It provides a reference screenshot and link to MDN documentation for the audio element.

Uploaded by

Nashrah Ansari
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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