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

Опубликовано: 27 Май 2021
на канале: 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