Test for Tony 03: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
=== Attempt at inline code ===
=== Attempt at inline code ===
<html>
<html>
<audio controls>
<video controls>
  <source src="https://www.lostplays.org/images/b/bd/Gershwin_-_Rhapsody_in_Blue.mp3‎" type="audio/mpeg">
  <source src="https://www.lostplays.org/images/b/bd/Gershwin_-_Rhapsody_in_Blue.mp3‎" type="audio/mpeg">
  Your browser does not support the audio tag.
  Your browser does not support the audio tag.
</audio>
</video>
</html>
</html>

Revision as of 18:27, 2 February 2016

A Test MP3 file

Gershwin - Rhapsody in Blue

Media:Gershwin_-_Rhapsody_in_Blue.mp3‎


As a file

File:Gershwin - Rhapsody in Blue.mp3


Attempt at inline code

<html> <video controls>

<source src="https://www.lostplays.org/images/b/bd/Gershwin_-_Rhapsody_in_Blue.mp3‎" type="audio/mpeg">
Your browser does not support the audio tag.

</video> </html>