crea todos los tipos de input que existe con una salto de espacio
<form> <input type="text"> <br> <input type="password"> <br> <input type="email"> <br> <input type="submit"> <br> <input type="checkbox" name=""> <br> <input type="radio" name=""> <br> <input type="file" name=""> <br> <input type="button" name=""> <br> <input type="image" name=""> <br> </form>