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="#">Jennifer Kyrnin
<button type="submit" name="button1" value="clicked">
Submit
</button>
</form>

