x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
  <input type="button" value="Click me!">
5
<hr>
6
<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>
7
<p>More info: <a href="/html/tags/html_input_tag.cfm"><code>input</code></a>.</p>