Answers for "novalidate in html"

0

novalidate in html

<form action="/action_page.php" novalidate>

   <label for="email">Enter your email:</label>
  <input 
    type="email" id="email" name="email"><br><br>
  <input 
    type="submit">

 </form>
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language