30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Practica 13</title>
|
|
</head>
|
|
<body>
|
|
<table style="width: 100%;">
|
|
<tr>
|
|
<td><img src="./imagenes/noruega.png" width="100%" alt="Noruega"></td>
|
|
<td><img src="./imagenes/finlandia.png" width="100%" alt="Finlandia"></td>
|
|
<td><img src="./imagenes/suecia.png" width="100%" alt="Suecia"></td>
|
|
<td><img src="./imagenes/dinamarca.png" width="100%" alt="Dinamarca"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><audio src="./audio/noruega.mp3" controls style="width: 100%;"></audio></td>
|
|
<td><audio src="./audio/finlandia.mp3" controls style="width: 100%;"></audio></td>
|
|
<td><audio src="./audio/suecia.mp3" controls style="width: 100%;"></audio></td>
|
|
<td><audio src="./audio/dinamarca.mp3" controls style="width: 100%;"></audio></td>
|
|
</tr>
|
|
<tr>
|
|
<td><video src="./video/noruega.mp4" width="100%" controls></video></td>
|
|
<td><video src="./video/finlandia.mp4" width="100%" controls></video></td>
|
|
<td><video src="./video/suecia.mp4" width="100%" controls></video></td>
|
|
<td><video src="./video/dinamarca.mp4" width="100%" controls></video></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |