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

preview_player
Показать описание

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
Рекомендации по теме
Комментарии
Автор

<tr>
<td colspan="10">
<span>Brief of Case</span>
<textarea autofocus type="text" class="" rows="3" id="BriefofCase" name="BriefofCase" ></textarea>
</td>
</tr>
when i click in the text box the text area popo out opens up however the cursor is not being shown in the text writing area. i have to manually click on it. pls help

sallum
welcome to shbcf.ru