Thursday, September 6, 2012

HTML: Fixed Size and Resizable Text Area

Text Area are mostly used for data entry in web forms. They could be resizable on run-time and can also be created with fixed size having particular width and height.

Resizable Text Area:

Below I am showing a Resizable text area and its respective code which I have used to create it.

Below is the html code that has been used to create Resizable text area.
// text area code

// text area code

Fixed Size Text Area:

Now next I am going to show an example of fixed size Text Area.


Here is the html source used to create Fixed Size Text Area:
// text area code

// text area code

Hope you will found this post useful. Send suggestions for improvement.

1 comment:

  1. i want to know "how to save file to my harddisc using html and javascript" ?

    ReplyDelete