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