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

Popular posts from this blog

How to make a full chess board in html- FULL TUTORIAL

How to make a simple password form in html