question archive If you are going to create a log-in form, what should the following basic properties of the given controls/objects? Control/"Object Form Name Property Text Property Button Textbox
Subject:Computer SciencePrice:9.82 Bought3
If you are going to create a log-in form, what should the following basic properties of the given
controls/objects? Control/"Object Form Name Property Text Property Button Textbox

| Control/Object | Name Property | Text Property | 
| Form | form_login | LOGIN FORM | 
| Button | login_button | LOGIN | 
| Textbox | user_email user_password | Enter email address Enter password | 
Step-by-step explanation
Text property is read by the user on the form while the Name property is utilized by the programmer or developer to make a unique reference during coding.
 
  
