Audio
using html script we can play the audio files.The simplest way to play the audio use the hyperlinks.
Syntax:
Syntax
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> |
0 comments:
Post a Comment