Pages

Monday, 30 September 2013

Sound and Video In HTML

<html>
<head>
<title>Sound and Video In HTML</title>

</head>
<body>
<audio controls>
  <source src="https://dida.wildern.hants.sch.uk/10david.gurman/CS/HTML/Borgore%20-%20Afro%20Blue.mp3" type="audio/mpeg">
  Your browser does not support this audio format.
</audio>
<br>
<video width="640" height="480" controls>
  <source src="https://dida.wildern.hants.sch.uk/10david.gurman/CS/HTML/Jakwob%20-%20Blinding%20ft.%20Rocky%20Nti.mp4" type="video/mp4">
  Your browser does not support this audio format.
</video>
</body>
</html>

Here
Sound and Video In HTML

|Borgore - Afro Blue|


|Jakwob - Blinding|

No comments:

Post a Comment