HTML input textbox and its attributes like name value size maxlength autofocus with examples.

Published: 27 May 2021
on channel: plus2net
19,329
127

https://www.plus2net.com/html_tutoria...
HTML form input type text is very common type requirement as we ask the user to enter single line of text or small data using this component.
It has attributes like name, value , size , maxlength , autocomplete, autofocus, placeholder, readonly , disabled etc.
By using logical programs like JavaScript , JQuery etc we can manage the input box.

#HTMLINTPUT #inputbox #attributesofinputbox #name #size #value #autofocus #placeholder #readonly #disable