How to create Text box with HTML code

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.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • MisterWong
  • Technorati
  • Furl
  • Reddit
  • YahooMyWeb
  • Spurl
  • Netscape
  • BlinkList
  • De.lirio.us
  • Fark
  • Ma.gnolia
  • Netvouz
  • NewsVine
  • Slashdot
  • SphereIt

No Responses to “How to create Text box with HTML code”  

  1. No Comments

Leave a Reply