<textarea></textarea> is used to create a text box that can input multiple lines. This tag pair is used between the <form></form> tag pair. <textarea> has the following attributes: (1) onchange specifies the function to be called when the control changes *The default value is automatic text wrap; when the input exceeds the right edge of the text field, it will automatically go to the next line, and there will be no line break at the place where the data is automatically wrapped when it is submitted for processing; Here the columns and rows are in units of characters. Copy code The code is as follows:<html> <head> <title>Multi-line text box</title> </head> <body> <form action="" method="post"> <p>Your opinion is important to me: <textarea name="yj" clos="20" rows="5"> Please enter your comments in this area </textarea> </form> </body> </html> |
<<: Introduction to local components in Vue
>>: The three new indexes added in MySQL 8 are hidden, descending, and functions
A design soldier asked: "Can I just do pure ...
Database Table A: CREATE TABLE task_desc_tab ( id...
1. Download mysql-8.0.17-winx64 from the official...
Docker download address: http://get.daocloud.io/#...
Table of contents Environment Preparation start 1...
A few months after entering the industry in 2005, ...
The shell script sets access control, and the IP ...
Table of contents Two modules for using nginx for...
As a software developer, you must have a complete...
There are significant differences between centos7...
What is Fuser Command? The fuser command is a ver...
Table of contents 1. Introduction to Linux system...
1) Introduction to cache mechanism In the Linux s...
dig - DNS lookup utility When a domain name acces...
Table of contents 1. Nginx installation and start...