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

Button Tag Examples

Examples of How the <button> Tag Works

Return to the <button> Tag Information Page

Button with an Image

<form action="#">
<button type="submit" name="button1" value="clicked">
<img src="cecb2.gif" width="32" height="32" alt="submit" border="0" />
</button>
</form>

Return to the <button> Tag Information Page

Button with Text

<form action="#">
<button type="submit" name="button1" value="clicked">
Submit
</button>
</form>

Return to the <button> Tag Information Page

Jennifer Kyrnin

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. About.com Web Design A to Z
  5. Examples
  6. Button Tag Examples

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

All rights reserved.