HTML video tutorial – 47 – html input tag and type="text"
HTML – form tag and HTML input tag
How to create text box using html input tag?
html input tag: is used to create various form fields
attributes:
type=”text” : creates a text box
maxlength : controls the number of character to be input
value : default value of the input field
name: uniquely identify the field in scripts
id: uniquely identify the field in scripts
========================================================
Follow the link for next video: https://youtu.be/a_jkWXdAbgM
Follow the link for previous video: https://youtu.be/3VZiqUj_9z8
========= For more benefits & Be up to date ===================
Subscribe to “chidres tech tutorials” channel: it’s free
Visit to Chidre’s Tech Tutorials website:
https://www.chidrestechtutorials.com
Like the Facebook fan page:
https://www.facebook.com/ManjunathChidre
========================================================
========== HTML Questions & Answers ======================
1.The ______ attribute of HTML input tag specifies the default value.
a. placeholder
b. default
c. value
d. required
Answer: c
========================================================
source