- What is the key difference between HTML Elements, Tags and attributes?
- Implement a table: which has 5 columns - Id, UserName, Gender, Contact, EmailId
- Implement a simple form for Signup a new user.
- This form should contain following elements:
- FirstName:
___LastName:__ - Contact number:
__ - EmailId:
__ - Gender: radioButton for male, female and other
- Agreement: Checkbox (when checked then only submit is enabled)
- Submit (Make POST call should insert a record in above table) and Cancel (Rest)