search
HomeWeb Front-endHTML Tutorial5. Html form tag_html/css_WEB-ITnose

The main function of form and form controls is to collect user experience. When the user submits the form, the content entered by the user will be submitted to the remote server as request parameters.

  • 1, form tag
  • : Create a form. This element will not generate a visual interface, but other controls must be placed in this tag. Commonly used attributes:
    action: This attribute is required and is used to specify the address to which the form is submitted when the confirmation button of the stand-alone form is used. It can be an absolute address or a relative address.
    method: used to specify what type of request to send when submitting a form, which can be get or post. The difference between get and post is mentioned in my http blog, so I won’t go into details here.
    enctype: used to specify the character set used when encoding form content. By default, form data is encoded as "application/x-www-form-urlencoded": that is, all characters are encoded before being sent to the server (spaces are converted to " " plus signs, special characters are converted to ASCII HEX values )
    There are three attribute values ​​for this attribute:
    application/x-www-form-urlencoded: Encode all characters before sending (default)
    multipart/form-data: Do not encode characters, use This value must be used when a form contains a file upload control.
    text/plain spaces are converted to " " plus signs, but special characters are not encoded.
    name: The unique name of the form, it is recommended to keep the same as the id.
    Target: How to open the url, _self, _blank, _top, _parent.
    Regarding this form tag, one thing that needs to be emphasized is how the form control is converted into the corresponding request parameter. The specific rules are as follows:
    1. Each form control with a name attribute corresponds to a request parameter, and there is no name attribute. The form control will not generate request parameters. If multiple form controls repeat a name attribute value, then only one request parameter will be generated, but this parameter has multiple values.
    2. The name attribute of the form control specifies the request parameter name, and the value specifies the request parameter value.
    3. If a form control sets the disabled="disabled" attribute, this form control will no longer generate request parameters.

  • 2, input tag
  • element is the most versatile among form controls. The following input elements are generated through this tag . This tag is an empty tag.
    1. Single-line text box: type="text"
    2. Password input box: type="password"
    3. Hidden field: type="hidden"
    4. Radio button: type="radio"
    5. Check box: type="checkbox"
    6. Image field: type="image"
    7. File upload field: type="file"
    8 , submit, reset, no action button: type="submit", type="reset", type="button"
    The element can specify core attributes such as id, style, class, etc., and can also specify Onclick, onfocus, onblur and other event attributes are as follows:
    1. checked, used to set whether single selection and multi-selection are selected
    2. disabled, used to disable this element
    3. maxlength, used to specify the maximum number of characters allowed to be entered in the text box
    4. readonly, read-only mode, cannot be modified
    5. size, specifies the width of the element
    6. src, image domain display The url of the image
    7. align, the alignment of the image field
    The following is an html containing the above elements:
    <title>表单相关标签</title>
    单行文本框:
    不能编辑的文本框:
    密码框:
    隐藏域:
    单选:
    多选:
    文件上传域:
    图像域:
    4个按钮:

  • 3. List box and drop-down menu
  • generates a list box or a drop-down menu is determined by the above two elements. If size or multiple is specified, then a list box is generated, otherwise it is a drop-down menu.
    : an option group. label, required, used to specify the label of this option group.
    The following is an html containing the above tags:
    <title>下拉相关标签</title>	
    下拉: 列表框1: 列表框2:


  • 4. Use textarea to define the text area
  • 之间的内容将作为所对应的请求参数的参数值。
    关于这个标签还是经常会用到的,在以前我写表单的时候,将单行的文本框拉长拉宽,但是我们在输入的时候也只能是一行,不能换行的,忽忽。
    以下是包含这个标签的一份html:
    <title>多行文本框相关标签</title>	
    单行文本框:
    多行文本框:

  • 5,使用label定义标签
  • Statement
    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
    What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

    The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

    What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

    The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

    What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

    The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

    What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

    The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

    How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

    The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

    What is the viewport meta tag? Why is it important for responsive design?What is the viewport meta tag? Why is it important for responsive design?Mar 20, 2025 pm 05:56 PM

    The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

    What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

    Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

    How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

    This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

    See all articles

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    AI Hentai Generator

    AI Hentai Generator

    Generate AI Hentai for free.

    Hot Article

    R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
    2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. Best Graphic Settings
    2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. How to Fix Audio if You Can't Hear Anyone
    2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

    Hot Tools

    Safe Exam Browser

    Safe Exam Browser

    Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

    SublimeText3 Mac version

    SublimeText3 Mac version

    God-level code editing software (SublimeText3)

    Atom editor mac version download

    Atom editor mac version download

    The most popular open source editor

    PhpStorm Mac version

    PhpStorm Mac version

    The latest (2018.2.1) professional PHP integrated development tool

    VSCode Windows 64-bit Download

    VSCode Windows 64-bit Download

    A free and powerful IDE editor launched by Microsoft