textarea

textarea
HTML textarea Element
The HTML <textare> element is used in <form> building to create multiline text input areas.

HTML CODE EXAMPLE
<form action="parse_file.php" name="myform">
  <textarea name="senderMsg" rows="6" style="width:99%;"></textarea>
  <p><input type="submit" value="Submit Information"></p>
</form>
 

Related Posts :

  • aside aside NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTML … Read More...
  • bdi bdi NOTE: This new element is HTML5 and will be a standardized element in 2014. The H… Read More...
  • base base The HTML <base> element targets the base URL to put on all relative lin… Read More...
  • audio audio The HTML audio element is used to play audio files and optionally offer stock control … Read More...
  • b b The HTML <b> element is used to make text inside it render as boldface typ… Read More...

0 Response to "textarea"

Post a Comment