ejercicio 5: filtro de lista en tiempo real
This commit is contained in:
@@ -2,13 +2,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ejercicio 5</title>
|
||||
<link rel="stylesheet" href="estilo.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ejercicio 5</h1>
|
||||
|
||||
<label for="filtro">Buscar país:</label>
|
||||
<input id="filtro" type="text" placeholder="Escribí para filtrar">
|
||||
|
||||
<ul id="lista-paises"></ul>
|
||||
|
||||
<script src="ejercicio5.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user