is used to create a text box that can input multiple lines. This flag pair is used between the flag pair. has the following attributes: (1) onchange specifies the function to be called when the control changes (2) onfocus The function to be executed when the control accepts focus (3) onblur The function to be executed when the control loses focus (4) onselect is the function to be executed when the control content is selected (5) name The name of the text block is used for identification and will be passed to CGI. (6)cols The width of this text block. (7)rows The number of columns of this text block, which is its height. (8)wrap attribute defines how the input content is displayed when it is larger than the text field. The optional values are as follows: *The default value is that the text automatically wraps; when the input content exceeds the right boundary of the text field, it will automatically go to the next line, and there will be no line breaks where the data automatically wraps when it is submitted for processing; * Off, used to avoid text wrapping. When the input content exceeds the right boundary of the text field, the text will scroll to the left; *Virtual, allows the text to wrap automatically. When the input content exceeds the right boundary of the text field, it will automatically go to the next line, and there will be no line breaks where the data will automatically wrap when it is submitted for processing; *Physical, let the text wrap when the data is submitted for processing Newline characters will also be submitted for processing. The columns and rows here are measured in characters. Copy codeThe code is as follows: < head>Multi-line text boxYour opinion is important to me:Please enter your opinion in this area