Loading

Quipoin Menu

Learn • Practice • Grow

Direction: Choose the correct option

Q1.

Which tag creates a form element/field?
A. <input>
B. <form-element>
C. <field>
D. <control>
Direction: Choose the correct option

Q2.

What does the type attribute of <input> control?
A. The input's value
B. The input's size
C. The input's name
D. The type of input field (text, password, etc.)
Direction: Choose the correct option

Q3.

<input type="text" name="username" value="default">
What does the value attribute do here?
A. Sets initial/default text in the field
B. Sets the input's name
C. Sets the input type
D. Labels the input
Direction: Choose the correct option

Q4.

Which input type creates a password field that masks input?
A. password
B. text
C. secure
D. hidden
Direction: Choose the correct option

Q5.

What is the purpose of the name attribute in form elements?
A. Identifies the field when data is submitted
B. Creates an ID
C. Labels the field for display
D. Names the form