Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
<title>MOVE THE MOUSE POINTER OVER THIS PLAYER'S ELEMENTS!</title>
  <meta charset="utf-8"/>
</head>
<figure id="figaudio1">
  <img id="imghorse" width="200" 
       src="http://upload.wikimedia.org/wikipedia/commons/d/d4/Nokota_Horses.jpg" 
       alt = "a horse"/> 
  <figcaption id="figcptionaudio1"> Press Play to hear the horse ! 
<audio controls="controls">
  <source src="http://mainline.i3s.unice.fr/mooc/horse.ogg" type="audio/ogg" />
  <source src="http://mainline.i3s.unice.fr/mooc/horse.mp3" type="audio/mp3" />
  Your browser does not support the audio element.
      Download the audio/video in
     <a href=”http://mainline.i3s.unice.fr/mooc/horse.ogg”>OGG</a>
     or <a href=”http://mainline.i3s.unice.fr/mooc/horse.mp3”>MP3</a> 
     format.
</audio>
  </figcaption>
</figure>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
AuroreDechampspro
0viewers