skip to Main Content

Why I can't play audio automatically using html?

I'm trying to make web page in which there will be music playing in background. <!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Website </title> </head> <body> <h2>Welcome to my website</h2> <audio src="sound.mp3" controls autoplay> <p>If…

VIEW QUESTION

How can I create an svg tag with the same dimention as the browser window? – Html

Suppose, I have the following HTML page: <!DOCTYPE html> <html> <head> <title>Protein Structure Analyzer</title> </head> <body> <div class="menu-strip"> <ul> <li><a href="{{ url_for('index') }}">Home</a></li> <li><a href="{{ url_for('jobs_table') }}">Jobs</a></li> <li><a href="#">Help</a></li> </ul> </div> <div class="angry-grid"> <form> <div class="header-div">SURPASS Plots</div> <div class="form-div"> <div…

VIEW QUESTION
Back To Top
Search