Define Password with reference to HTML form
10 Likes
The password field is similar to the text field except that the entered text is visualized in terms of symbol. This protects our password from being viewed by others.
Syntax:
<input type = "password" name = "computer>
Answered By
7 Likes
Define Check box with reference to HTML form
Define Radio buttons with reference to HTML form
Define Submit button with reference to HTML form
Distinguish between Cell Padding and Cell Spacing