welcomewiki has just posted in the HTML Forum forum of Wiki Newforum under the title of HTML Forms and Input.
This thread is located at http://www.wikinewforum.com/showthread.php?t=5784
Here is the message that has just been posted:
***************
_*Create a button
This example demonstrates how to create a button. On the button you can define your own text.*_
<html>
<body>
<form action="">
<input type="button" value="Hello world!">
</form>
</body>
</html>
***************