Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 564 Bytes

File metadata and controls

12 lines (11 loc) · 564 Bytes

Basic Questions:

  1. What is the key difference between HTML Elements, Tags and attributes?
  2. Implement a table: which has 5 columns - Id, UserName, Gender, Contact, EmailId
  3. 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)