Answers for "type('email@mail')"

2

html email input

<form>
  
  <div>
    <label for="email-input">Label text</label><br>
    <input 
      id="email-input" 
      type="email" 
      name="email-inputted" 
      placeholder="placeholder-text">
  </div>
  
  <button type="submit">Submit</button>
</form>
Posted by: Guest on July-17-2020

Browse Popular Code Answers by Language