Menu Bar

Registration Form

Task:1

Create a form to accept your teacher details.
  • Form Creation
  • Form Definition and use
  • Form tag Form /form
  • Form main default attributes
  • Name: Why we have to give a name to form
  • ID: Why we have to give an id to your form

Steps:

  1. Create a divison and make an heading using h1 tag.
  2. Create another divison for Login button and registration form.
  3. Create a login button with dorpdown option using css properties.
  4. Create a form using form tag within a table using table tag.
  5. Make first column for giving information to user by kept data about response fields.
  6. Make second column for taking information from the user by kept responsive fields like text box, radio button etc.
  7. create submit and reset button. Remove border and increase padding.
  8. By using css properties made changes on padding, border-radius, color, background-color, font-size, font-weight etc.

Code:


Output: