valid value for <input type=. >are
Answers
Answered by
0
Q) Valid output for <input type=""> are ?
Ans) Hey mate here's your answer :)
THE BUTTON VALUE
- The button value is used in the type="" attribute to make/create/add a button to your from.
- If you want a button on your webpage, but not in a form. Than add the following code:
<button>This text will be shown on your button !</button>
THE TEXT VALUE
- The text value is used to add a textarea in your form.
- But if you want a textarea out of your form add the following code:
<textarea title="this text will be shown in your textarea">
THE RADIO VALUE
- The radio value is used to add a radio in your form.
THE SUBMIT VALUE
- This value is used to add a submit button in your form.
THE RESET VALUE
- This value is used to add a reset button in your form, which will reset all the data in the form.
THE PASSWORD VALUE
- This value is used to add a special textarea where you can add you password and the text of the password will not be shown in simple way but in a *dot.
THE EMAIL VALUE
- Email value is used to add a textarea which will only accept email id's.
And the last ...
THE DROPDOWN VALUE
- You can add a dropdown to your form using dropdown value.
HOPE THIS HELPS YA :)
No SPAMMING❕❗...
Similar questions