Advertisement
AxeEnding999

Untitled

Mar 5th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <th>Name</th>
  4. <th>Sounds</th>
  5. </tr>
  6. <tr>
  7. <td>Apple634</td>
  8. <td>
  9. <audio controls>
  10. <source src="Apple634.ogg" type="audio/ogg">
  11. <source src="Apple634.mp3" type="audio/mpeg">
  12. Your browser does not support the audio element.
  13. </audio>
  14. </td>
  15. </tr>
  16. <tr>
  17. <td>Blueberry81</td>
  18. <td>
  19. <audio controls>
  20. <source src="Blueberry81.ogg" type="audio/ogg">
  21. <source src="Blueberry81.mp3" type="audio/mpeg">
  22. Your browser does not support the audio element.
  23. </audio>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td>Plum099</td>
  28. <td>
  29. <audio controls>
  30. <source src="Plum099.ogg" type="audio/ogg">
  31. <source src="Plum099.mp3" type="audio/mpeg">
  32. Your browser does not support the audio element.
  33. </audio>
  34. </td>
  35. </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement