What is the difference between Text Box and Input?

Asked

Viewed 236 times

0

I’m making a medium fidelity prototype in the Pencil app and would like to know the difference between a Text Box field and Input and when to use them:

protótipo cadastro Thank you!

1 answer

0

Pencil covers several frames. HTML, Desktop, Phone, etc.

An input field is the generic name for several types.

So I’ll explain using HTML, the input is the generic name. You need to enter the type[1] the type text field (in Pencil would be the text box) is the simplest type to provide a field[2], be careful not to confuse with the textarea that is for long text [3]

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input

[2] https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_text

[3] https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea

Browser other questions tagged

You are not signed in. Login or sign up in order to post.