Describe attributes

Report a typo

Match the HTML input attributes with their descriptions.

Match the items from left and right columns
<code>autofocus</code>
<code>placeholder</code>
<code>pattern</code>
<code>multiple</code>
<code>step</code>
It specifies that an input field should automatically get the focus when the browser page loads.
This attribute is used to set number intervals for the input field.
It is used to display a short hint in the input field before the user enters any value.
Using this attribute, a user is able to enter more than one value in the input field.
When the form is submitted, this attribute's value is checked against the provided regular epression.
___

Create a free account to access the full topic