Answer:
- The <audio> element defines a specific reference for an audio object.
- Following example illustrates the element:
<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body>
<t:audio src="dance.wav" repeatCount="indefinite" type="wav" />
</body>
</html>
- Following example illustrates the element:
<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body>
<t:audio src="dance.wav" repeatCount="indefinite" type="wav" />
</body>
</html>
Previous Question | Next Question |
Explain about Transition Effects and Animations? | List the Media Attributes of SMIL? |