Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 11, 2020 11:30
Show Gist options
  • Save aacassandra/08500409949138fb50e22c55897390d0 to your computer and use it in GitHub Desktop.
Save aacassandra/08500409949138fb50e22c55897390d0 to your computer and use it in GitHub Desktop.
Belajar HTML: Menambahkan Audio (16/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<h3>Contoh menambahkan audio di web</h3>
<audio controls>
<source src="./example music.mp3" type="audio/mpeg">
</audio>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment