Navigation

MENU


hits
Since 5:29EST
on 6/2/2008

HTML Codes Tutorials!

Textbox Tutorial



The code is:

<textarea> TEXT OR CODE GOES HERE </textarea> Here is the code if you want a different size textbox: <textarea rows="10" cols="20"> TEXT OR CODE GOES HERE </textarea> Just be sure to change the number of rows and columns to your desired size!!