HTML Form & its elements


Lesson Plan: Unit - 04 Basic HTML Concepts




Subject: BELE2CFA: Computer Fundamentals And Applications
Topic of Study: HTML Form & its elements
Grade/Level: Bachelor of SCIENCE
Objective: To understand different control of HTML form with its functionalities
Time Allotment: 55 Minutes

38.0 HTML Form
  • Syntax: 

  • Use: It is used to collect input data from user using HTML different elements.
    • Form elements are different types...
      • Input elements
  • Input Elements:
    • Input Element: It is used to one-line input field.
      • Example: input.html
 
    • Radio Element: It is used to define radio button field.
      • A User can select ONE radio button from many radio buttons.
      • Example: radio.html

    • Select Element: It is used to define drop down list.
      • By default, the first item in the drop-down list is selected.
      • Example: select.html

    • Text Area Element: It is used to Multiple-line input field.
      • Example: textarea.html

    • Button Element: It is used to define button.
      • Example: buttons.html

    • Input others types:
  • Input & Output 

Previous Post Next Post

Contact Form