
Text area formed by <textarea> tag. The function oftext area is to give a frame for special words. But, there are many blogger/webmaster using text area for script box. There are many text area, so now I will give you example the kinds of text area.
Standard Text Area
Browseyourblog
<textarea>Browseyourblog</textarea>
Text Area that can you set the widht and height
Browseyourblog
<textarea cols="50" rows="10">Browseyourblog</textarea>
Text Area with dashed line
Browseyourblog
<textarea...