-1
<main id="base_list">
<div id="title_list"><p id="title_text">ToDo list</p></div><!--TITLE LIST-->
<form id="input_back" >
<input id="add_list" type="text" placeholder="type your tasks here and press enter..."><!--INPUT TO TYPE YOUR NOTES-->
</form>
<div class="todo_list" id='todoList'>
</div><!--ADDED LIST-->
</main>
<script src="script.js"></script>
creates an action for the event
keypress
for example, do what you want and keep Focus in the field– Ricardo Pontual
beauty, thanks in.
– JoãoChaves