Use of Audio
and animation with control.html
<html>
<head>
<title>Use
of audio and animation on webpage</title>
</head>
<body>
<h1>Use
of Audio and Animations on web page with controls </h1>
<embed src="Kalimba.mp3"
loop="-1" >
<img
src="images.gif" width=100 height=100 alt="Gif Image">
<hr size
="10" color="yellow">
</body>
</html>
Use of Audio
and animation without control.html
<html>
<head>
<title>Use
of audio and animation on webpage</title>
</head>
<body>
<h1>Use
of Audio and Animations on web page without controls </h1>
<bgsound src="Kalimba.mp3"
loop="-1" >
<img
src="images.gif" width=100 height=100 alt="Gif Image">
<hr size
="10" color="yellow">
</body>
</html>
No comments:
Post a Comment