1. Home
  2. Computing & Technology
  3. Web Design / HTML
HTML Forms Tutorial
Input Tag in Action

Button
<input type="button" value="button" name="button" onClick="alert('This form has no action');" />

Checkbox
<input type="checkbox" />

File
<input type="file" />

Hidden
<input type="hidden" />

Image
<input type="image" src="/library/graphics/ABCbuttn.gif" width="88" height="31" alt="About.com - image courtesy About.com" border="0" />

Password
<input type="password" />

Radio
<input type="radio" '>

Reset
<input type="reset" />

Submit
<input type="submit" />

Text
<input type="text" />

Return to HTML Forms Tutorial

Jennifer Kyrnin

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2008 About.com, a part of The New York Times Company.

All rights reserved.