Skip to content

Tag: web

How to play different audio files on a single page

I would like to play different short audio clips on a single page by using different buttons, however the code I have means that all buttons will play only the first .mp3 located in the audio folder regardless of the html code I have that specifies which button will play which audio clip (example below). Coul…

Trying to duplicate flexible banner as seen in video

Im trying to duplicate something like what is shown in the video. I have 2 blocks of div. One containing a random image and another a video and im trying to make them flexible and identical as possible to the video. How can I approach this? I tried using flex box to align them horizontally then media query th…

java getelementbyid set to a variable

i have a simple function but for some reason, when i call the function, i get an error that says that i cant know what style null is. i want the x button to close the “window” when clicked, but it wont to do that. css: html: js Answer You have to set the initial value of style.display in your