> Online tutorial : HTML audio
Showing posts with label HTML audio. Show all posts
Showing posts with label HTML audio. Show all posts

HTML audio

Audio
using html script we can play the audio files.The simplest way to play the audio use the hyperlinks.

Syntax:

<a href="location of file'>name of the audio</a>


Syntax


<html>
<head>
<title>
HTML checkbox
</title>
</head>
<body>
<form name='form1'>
<a href="chimes.wav'>Click the audio</a>
</form>
</body>
</html>