How to make a simple email form in html

   In order to make a html email form you must type this code <h1>Email</h1>

    <input type="Email" name="Email"> 

This code will ask the person to enter their email address. This form is mostly used by many websites to enter their email address in order to sign in. 



Comments