Html Single audio 5a
<!DOCTYPE html>
<html><head><title>Audio tag</title>
<body bgcolor="pink">
<p> Audio sample</p>
<audio src="Kalimba.mp3" type="audio/mp3" controls autoplay>
</audio>
<hr color="yellow" size="7">
</body></html>
<!DOCTYPE html>
<html><head><title>Audio tag</title>
<body bgcolor="pink">
<p> Audio sample</p>
<audio src="Kalimba.mp3" type="audio/mp3" controls autoplay>
</audio>
<hr color="yellow" size="7">
</body></html>
Comments
Post a Comment