The Input element specifies a text entry object. The title attribute specifies advisory information about the element. The title may be rendered in a variety of ways by the user agent (eg, suggested bookmark name, pop-up tooltip, etc.). The name attribute specifies a variable name. The format attribute specifies an input mask for user input entries. The string consists of mask control characters and static text that is displayed in the input area. The user agent may use the format mask to facilitate accelerated data input. An input mask is only valid when it contains only legal format codes. User agents must ignore invalid masks. The format control characters specify the data format expected to be entered by the user. See the WML specification for valid format control characters. The emptyok attribute indicates that this input element accepts empty input although a non-empty format string has been specified. Bind value to the variable that should recieve the user input string.