js-exercises/ejer7/7.html

21 lines
430 B
HTML
Raw Normal View History

2024-01-15 13:25:25 +01:00
<html>
<head>
<meta name="" charset="UTF-8" content="">
</head>
<body>
<script src="./7.js"></script>
<h1>Galería</h1>
<form>
<select id="opciones">
<option value="HOR">Horizontal</option>
<option value="VER">Vertical</option>
</select>
<input type="text" id="numeroDeImagenes" name="" value="">
<input type="submit" name="" onclick="galeriaHOR()" value="Submit">
</form>
</body>
</html>