Home > Web Front-end > HTML Tutorial > HTML form markup tutorial (5): Text field markup_HTML/Xhtml_Web page production

HTML form markup tutorial (5): Text field markup_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:44:21
Original
1535 people have browsed it

This tag is used to create a multi-line text field in which more text can be entered.
basic grammar
Grammar explanation
The meaning of these attributes is as shown in the table below Text field tag attribute value Description name name of text field rows Number of lines in the text field cols The number of columns in the text field value Default value for text fields File example:11-17.htm
Insert a text field into the page.
01
02
03
04
05
06
07 Insert Text field
08
09
10

User Survey


11

12 Please leave a message:

13

15
16

17
18 File description
Line 13 defines the number of rows of the text field as 5 and the number of columns as 40 characters.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template