Match the HTML input attributes with their descriptions.
More input attributes
Describe attributes
Report a typo
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.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.