text response

Textarea HTML Forms

The text area template textarea.htm is a type of HTML form.  

Lines 25-29 display instructions. In this template, a question is followed by an open field known as a text area. Users type their responses in the text area and then click on the submit button. Text areas are used when information that spans several lines is needed (e.g., open-ended feedback). The text area is created using the textarea tag as shown below.

<table>

  <tr>

Textbox HTML Forms

The text box template textbox.htm is a type of HTML form.  

Lines 25-29 display instructions. In this template, a question is followed by an open field known as a text box. Users type their responses in the text box and then click on the submit button. Text boxes are used when users retrieve information that cannot be displayed as options (e.g., nickname) or if research suggests that the data obtained is superior when participants type their answers in. The text box is created using the input tag as shown below.

Subscribe to RSS - text response