Web Design / HTML

  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

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Web Design / HTML

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

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

All rights reserved.