6 Types of HTML textarea - ETRIN WILDCAT

ETRIN WILDCAT

Free Full Books, Games, Musics, Softwares, Utilities etc.

Latest

Home Top Ad

Post Top Ad

Sunday, April 14, 2013

6 Types of HTML textarea

ANNOUNCEMENT TO ALL VISITORS THAT THIS WEBSITE IS TRANSITIONED TO
CLICK HERE-E3NCLOUD
There are 6 different textarea and can be used to put the html code. Please choose one according to your wishes.

  1.  Standard Text Area
                      Viewed
       

CODE : <textarea>Please Write Anything Here</textarea>

     2.  Textarea which set the columns and rows.

                       Viewed
        
     
CODE : <textarea cols="20" rows="5">Please Write Anything Here</textarea>

     3. Dotted lines textarea

                         Viewed
         
         
     
CODE : <textarea cols="20" rows="5" style="border: 2px dashed ;">Please Write Anything   Here</textarea>

    4. Click the textarea Auto Block

                           Viewed
          

CODE : <textarea rows="5" cols="25" onclick="this.focus(); this.select();">Please Write Anything</textarea>


    5. Text Area Block Mouse Direction
       
                                                                            Viewed            
             


CODE : <div>
<form name="catatancuss">
<div align="center" style="margin-bottom: 0pt; margin-top: 0pt;">
<textarea ;="" cols="55" name="txt" onmouseover="this.form.txt.select()" readonly="readonly" rows="100" style="height: 50px; width: 300px;">Please Write Anything</textarea></div>
</form>
</div>


   6. High Light Text Area

    Viewed      


CODE : <div>
<form name="copy">
<div align="center">
<input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Select All" /> </div>
<div align="center">
</div>
<div align="center">
<textarea cols="55" name="txt" rows="100" style="height: 144px; width: 300px;" wrap="VIRTUAL">Please Write Anything</textarea><br />
<br />
<div style="text-align: left;">
CODE :&nbsp;</div>
</div>
</form>
</div>



NOTE : * Placed " Please Write Anything " with your own text

ANNOUNCEMENT TO ALL VISITORS THAT THIS WEBSITE IS TRANSITIONED TO
CLICK HERE-E3NCLOUD

No comments:

Post a Comment