<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
|Borgore - Afro Blue|
|Jakwob - Blinding|
No comments:
Post a Comment