Computer Science, asked by bhargavmondhe, 5 months ago

__________atttribute of <input> specifics a regular expression to check the input values?​

Answers

Answered by rithvikanand2
0

Answer:

The pattern attribute specifies a regular expression that the <input> element's value is checked against on form submission. Note: The pattern attribute works with the following input types: text, date, search, url, tel, email, and passwords.

Hope You Mark Me As Brainliest

Answered by dreamrob
0

The pattern attribute of  <input> tag specifics a regular expression to check the input values.

  • The pattern attribute is used to define a specific expression against which the value of the input's element is tested while submitting a form.
  • HTML input pattern property specifies the expression to match the input values.
  • When the pattern attribute is specified, it is a check that the input must match in order for condition validation to proceed.
Similar questions