<title>My Example</title>
<input type="button" value="Click me!">
<p>Note that having an input type of <code>button</code> means that the control doesn't actually do anything. However, you can use JavaSript to watch for a click, then do something based on that.</p>
<p>More info: <a href="/html/tags/html_input_tag.cfm"><code>input</code></a>.</p>