Etudes/BTS/Web/Premiere annee/HTML5Application1/TP6.html
2016-10-14 17:52:18 +02:00

21 lines
505 B
HTML

<!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>TD6 1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>
<audio src="song.mp3" autoplay>
</audio>
</div>
</body>
</html>