Created
May 11, 2020 11:30
-
-
Save aacassandra/08500409949138fb50e22c55897390d0 to your computer and use it in GitHub Desktop.
Belajar HTML: Menambahkan Audio (16/33)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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