Etudes/BTS/Web/Premiere annee/TP6/index.html

32 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2016-10-14 15:52:18 +00:00
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TP6</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>
<audio controls>
<source src="song.mp4">
Votre navigateur ne supporte pas l'élément <code>audio</code>.
Vous pouvez l'écouter en vous rendant sur ce <a href="https://www.youtube.com/watch?v=i0CIE7vcvWc"> lien</a>.
</audio>
</div>
<div>
<video width="720" height="405" controls>
<source src="video.mp4">
<object type="application/x-shokwave-flash" width="720" height="405" data="https://www.youtube.com/watch?v=yPzuoi5AvZM">
<param name="video" value="https://www.youtube.com/watch?v=yPzuoi5AvZM"/>
Vous n'avez pas flash et votre navigateur ne peut pas lire la vidéo. Vous pouvez la visionner dirèctement depuis Youtube en suivant ce <a href='https://www.youtube.com/watch?v=yPzuoi5AvZM'>lien</a>.
</object>
</video>
</div>
</body>
</html>