programming-examples/html/Basics/Linking the audio files.html

11 lines
295 B
HTML
Raw Normal View History

2019-11-18 14:44:36 +01:00
<!DOCTYPE html>
<html subLang="en">
<head>
<meta charset="UTF-8">
<title>Example of Linking Audio Files</title>
</head>
<body>
<p><a href="../audio/sea.mp3">Track 1</a></p>
<p><a href="../audio/wind.mp3">Track 2</a></p>
</body>
</html>