Stop me quacking!


The code required to embed this wave file is -

<div align="center">
Stop me quacking!<br>
<embed src="duckvx06.wav" width="140" height="25" loop="True">
</div>


The WIDTH and HEIGHT attributes, when dealing with embedded audio, define the width and height of the controls.

It is important to consider the file size of the audio file you are embedding. The entire file must be downloaded before it can be played.

Back