This example demonstrates different ways to create a Button that functions like an HTML submit button (<input type="submit"/> and <button type="submit"/>).
<input type="submit"/>
<button type="submit"/>