+ 6
Can anyone tell me how to create a simple html page with only a background picture and audio.
2 Respuestas
+ 3
In order to achieve this:
1. Give the page a background image
2. Add the audio in the html file for ex: <audio autoplay="true" src="a.mp3">
Then in the CSS file add: audio{display:none;}