by using java script
Answers on this site are entered in plain text format. If you want to enter text from a *.txt or *.html file, highlight the text you want to copy and paste in the answer box. Ensure that your copied text does not violate any copyrite rules. Any HTML codes you put in the answer box will be interpreted as text characters and not as HTML code.
You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.
i am also find this
The textarea tag is a part of the form tag and is contained within that and the fieldset tags. A textbox is produced by an inline or external JavaScript.
It depends on what type of text box you want to add. The simple HTML tag for a regular text box is this. <input type=text name=textbox1 id=textbox1> If you are planning for a text box that accepts passwords change the type to "password".
HTML supports ten input types: button, checkbox, file, hidden, image, password, radio, reset, submit, and text.
HTML: Hyper text markup language Form is an object of a HTML..Inside it one can use many objects like text box,button. <form name="formname" id="f1"> our content </form>
If your text box has the ID foo and your JavaScript variable is named bar, then you can use the following code to put the value of the variable into the text box:document.getElementById("foo").value=bar;
Set the type to password instead of text. For example: <input type="password" name="password">
Box-like computer characters can either represent characters in the Chinese language, or may be the result of code used to create HTML.
No. You can use Javascript for client side calculations
you have to use HTML codes. so you press the 'HTML' button on your top right in the text post box and enter <br/> for a new line.