There are 7 different text and can be used to place the HTML code. Please select one of your own.1.Standard Textarea Tampilan :The code :<textarea>
Please write anything herei</textarea>
2. Textarea yang di atur kolom dan barisnya.comparison
The code :<textarea cols="20" rows="5">
Please write anything here</textarea>
3. Textarea Password.comparison
The code :<input type="password" value="
This article will not appear" >
4. Textarea dashed line breakcomparison
The code :<textarea cols="20" rows="5" style="border: 2px dashed ;">
Please write anything here</textarea>
5. Textarea Klik Auto Block.comparison
The code :<textarea rows="5" cols="25" onclick="this.focus(); this.select();">
Please write anything here</textarea>
6. | textarea block the mouse |
comparison