InterviewSolution
Saved Bookmarks
| 1. |
What Are The Tags Necessary To Be Present Within The <form > Tag? |
|
Answer» -----tag: PROVIDES input spaces (text boxes, combo boxes, RADIO button, etc.) on a form CALLED FIELDS. It has three attributes TYPE, NAME and VALUE. TYPE provides the characteristics of the field and the NAME specifies a name to the field by which it can be referred. -----tag: Provides input spaces (text boxes, combo boxes, radio button, etc.) on a form called fields. It has three attributes TYPE, NAME and VALUE. TYPE provides the characteristics of the field and the NAME specifies a name to the field by which it can be referred. |
|