Select the correct <form> attribute which specifies that the browser should not validate the form.

<!DOCTYPE html>
<html>
 <body>
  <form action="/action_page.php" novalidate>

  E-mail: <input type="email" name="user_email">
          <input type="submit">
  </form>
  <p>
    <strong>Note:</strong>
    The novalidate attribute defines that the browser
will not validate data which is entered into the form.
The form tag is not supported in Internet Explorer 9 and earlier versions, or in Safari. </p> </body> </html>

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести