User:Loes van Dorp/sound editing: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
<!DOCTYPE HTML> | |||
<html> | |||
<body> | |||
< | <audio controls="controls"> | ||
<source src="song.mp3" type="audio/mpeg" /> | |||
<source src="song.ogg" type="audio/ogg" /> | |||
<embed height="50px" width="100px" src="song.mp3" /> | |||
</audio> | |||
< | </body> | ||
</html> |
Revision as of 07:44, 27 March 2012
Playing around with sound
Vimeo soundfile password: astridbart
<!DOCTYPE HTML>
<html>
<body>
<audio controls="controls">
<embed height="50px" width="100px" src="song.mp3" /> </audio>
</body> </html>