How to create Text box with HTML code

Wednesday

The previous post regarding writing of HTML code inside posts follows a long procedure if HTML code is quite large.In contrast to this TEXT BOX is quite easy.

Text box can be generated by typing the following code:

<textarea rows="12" cols="19">
Any TEXT like Infotix
</textarea>



Alternatively:

<textarea style="WIDTH: 332px; HEIGHT: 70px" onfocus="this.select();" name="textarea" cols="19">Any TEXT like Infotix</textarea>



But this method has its own limitations.The code/text inside this box will not be crawled by Google spiders.So, make sure you don't type any important links or keywords inside this box.

Submitted by Gaurav Jain

0 opinions:

Post a Comment