Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (188)
  • Reference (2172)
  • Snippets (69)

Tag: Form

1SMARTchicken - Code Made Easy

Tag: Form

  • Tutorials (188)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (188)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Form

  • Tutorials (188)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Form
HTML Tutorials

HTML – Basic Forms

October 3, 2024 / HTML Tutorials, Tutorials / Form

An HTML form is used to collect user input and send to a server for processing.

HTML Tutorials

HTML – Advanced Form Inputs

October 3, 2024 / HTML Tutorials, Tutorials / Form

To expand on theĀ basic HTML form, we can addĀ text inputs, textarea inputs, checkboxes, and radio buttonsĀ to gather user information to be sent to a server for processing.

HTML Reference

HTML – Fieldset Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / Form

The <fieldset> tag is used to group related elements in a form for easier viewing by providing a box around the related elements.

HTML Reference

HTML – Form Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / Form

TheĀ <form>Ā tag is used to create a form for a user to send information to the site owner. A form can containĀ textfields, checkboxes, radio-buttons, and more.

HTML Reference

HTML – Input Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / Form

TheĀ <input>Ā tag specifies an input field where the user can enter data in a form to send to the site owner.

HTML Reference

HTML – Label Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / Form

TheĀ <label>Ā tag defines a label forĀ form input fieldsĀ to give the user an indication of what is expected from each user input.

HTML Reference

HTML – Legend Tag

August 22, 2024 / HTML Reference, HTML Tags, Reference / Form

TheĀ <legend>Ā tag defines a caption for theĀ <fieldset>Ā tagĀ within a form.

HTML Reference

HTML – Option Group Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

TheĀ <optgroup>Ā tag is used to group related options in aĀ <select>Ā elementĀ (drop-down list), which makes things easier to see for the user.

HTML Reference

HTML – Option Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

TheĀ <option>Ā tag defines an option in aĀ <select>Ā element,Ā <optgroup>Ā element, orĀ <datalist>Ā element.

HTML Reference

HTML – Select Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

TheĀ <select>Ā tag is used to create a drop-down list, and is most often used in a form to collect user input.

HTML Reference

HTML – Textarea Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form

TheĀ <textarea>Ā tag defines a multi-line text input element often used in a form to collect user inputs like comments or reviews.

HTML Reference

HTML – Fieldset Attributes

July 31, 2024 / HTML Attributes, HTML Reference, Reference / Form

The fieldset tag is used to group related elements in a form for easier viewing by providing a box around the related elements. These are its attributes.

HTML Reference

HTML – Form Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form

The form tag defines an HTML form. There are multiple attributes that can be applied to the form tag.

HTML Reference

HTML – Input Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form

The input tag specifies an input field where the user can enter data in a form to send to the site owner. These are its attributes.

HTML Reference

HTML – Label Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form

The label tag defines a label for form input fields and requires these two attributes to connect the label with its respective input.

HTML Reference

HTML – Option Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The option tag defines an option in a select element, optgroup element, or datalist element. These are the attributes for the option tag.

HTML Reference

HTML – Option Group Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The optgroup tag is used to group related options in a select element (drop-down list). These are the attributes used in an optgroup element.

HTML Reference

HTML – Select Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form, List

The select tag is used to create a drop-down list, and is most often used in a form to collect user input. These are the attributes for the select tag.

HTML Reference

HTML – Textarea Attributes

August 1, 2024 / HTML Attributes, HTML Reference, Reference / Form

The textarea tag defines a multi-line text input element often used in a form. These are the attributes used in a textarea tag.

HTML Reference

HTML – onblur Event

August 25, 2024 / HTML Events, HTML Reference, Reference / Form, HTML Form Event

The onblur event fires when a form field loses focus, and is often used with form validation. The onblur event is the opposite of theĀ onfocus event.

1 2 … 4 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (11)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.