Test for Tony 03: Difference between revisions

No edit summary
No edit summary
Line 11: Line 11:




=== Attempt at inline code ===
=== Inline code ===
<html>
<html>
<style>
audio {
    background-color: #95B9C7;
}
</style>
<audio controls>
<audio controls>
<source src="https://www.lostplays.org/images/6/65/Life_on_Mars.mp3" type="audio/mpeg">
<source src="https://www.lostplays.org/images/6/65/Life_on_Mars.mp3" type="audio/mpeg">

Revision as of 19:17, 2 February 2016

A Test MP3 file

Play in a separate window

Media:Life_on_Mars.mp3‎‎


As a file

File:Life on Mars.mp3


Inline code

<html> <audio controls> <source src="https://www.lostplays.org/images/6/65/Life_on_Mars.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio> </html>