1
Hello, everyone. I’m doing a Tabuada using HTML and PHP.
The user enters a number through a form and the table is displayed.
I wonder if I can put some attribute in <input type="number>"
so that only positive numbers are displayed in the user selection field. Today my code is like this:
<!--CAMPO PARA DIGITAR O NÚMERO-->
<label>Número:</label>
<input type="number" name="numero">
From now on, thank you!
Thank you, Thiago. It helped a lot!
– boomboxarcade