TextField and TextArea
摘要
Text fields are commonly used in a form to pass user-entered text data to the server. There are two variants (prior to HTML5): password fields and text areas. The characters in password fields are masked (shown as asterisks or circles). Text areas allow multiple lines of text. See Figure 5-1 for examples.