HTML - Tags - <input>

#69 of 147
input
Next ins
Prev img

 <html>
 <body>
     <form action="SubscribeForm.aspx" method="post">
         <label for="id_email">Email</label>
         <input type="email" id="id_email" name="form_email">/input>
         <button type="submit">Subscribe</button>
     </form>
 </body>
 </html>
 

The input element creates a field for user input on a form.

A live example:



Quick-reference:

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath