Example
<audio controls="controls" height="50px" width="100px"><source src="song.mp3" type="audio/mpeg" />
<source src="song.ogg" type="audio/ogg" />
<embed height="50px" width="100px" src="song.mp3" />
</audio>
sing The <embed> Element
The purpose of the <embed> tag is to embed multimedia elements in HTML pages.The following code fragment displays an MP3 file embedded in a web page.
Example
|
Comments
Post a Comment