hamoudbueno
New member
Hello Everyone
Just started learning HTML and I am already stuck with Audio, although I followed every step but I cant have it right.
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
</head>
<body>
<h1>Music</h1>
<p>I play music</p>
<audio controls>
<source src="file_example_MP3_700KB.mp3" type="mpeg">
</audio>
</body>
</html>
I put the MP3 sample in the sane folder as the web page.
Could someone tell me what do I do keep doing wrong?
Just started learning HTML and I am already stuck with Audio, although I followed every step but I cant have it right.
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
</head>
<body>
<h1>Music</h1>
<p>I play music</p>
<audio controls>
<source src="file_example_MP3_700KB.mp3" type="mpeg">
</audio>
</body>
</html>
I put the MP3 sample in the sane folder as the web page.
Could someone tell me what do I do keep doing wrong?