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

Опубликовано: 28 Май 2021
на канале: plus2net
13,009
77

https://www.plus2net.com/html_tutoria...

HTML form input type textarea is used to accept multi line user inputs or large amount of text data. This is used as body of any blog post or email message or in forms where user is expected to input more amount of text.
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.
#HTMLTEXTAREA #textarea #inputbox #name #size #value #autofocus #placeholder #readonly #disable #plus2net