<!DOCTYPE html>
>
<meta name="viewport" c initial-scale=1.0">
<head>
<title>Exemplo de Estrutura de Repetição For com Entrada</title>
<body>
<h2>Gerador de Lista de Números</h2>
<label for="numero">Digite um número: </label>
<input type="number" id="numero">
<button >Gerar Lista</button>
<ul id="lista-numeros"></ul>
[removed][removed]
<body>
</html>