Computer Applications
The <input>
tag has several kinds of controls which are dictated by the …………… attribute.
- SRC
- value
- name
- type
HTML Advanced Features
1 Like
Answer
type
Reason — The <input>
tag has several kinds of controls which are dictated by the TYPE attribute. It indicates the type of input control we want to create. This element is used to create other form controls such as radio buttons and checkboxes.
Answered By
1 Like
Related Questions
Any tag allowed inside a
<body>
tag is allowed inside a<form>
tag.- True
- False
A form has two required attributes. These are :
- Method and Action
- Get and Post
- Start and Stop
- Begin and End
It is possible to set the width of a text by specifying a …………… attribute.
- limit
- size
- value
- maxlength
Which of the following tags will clear the contents of the form?
<INPUT TYPE="CLEAR" VALUE="Clear the form">
<INPUT TYPE="SUBMIT" VALUE="Clear the form">
<INPUT TYPE="RESET" VALUE="Clear the form">
<INPUT TYPE="BUTTON" VALUE= "Clear the form">