'button' Example
<html> <head> <title>button element example</title></head> <body> <center> <button type="button" id="myButton" style="font-weight:bold; color:darkblue; background:cyan; border-color:blue; font-family:Verdana;"> Button</button> </center> </body> </html>