Edit in JSFiddle

<body>
     <button>Click It!</button>
     <button type="button">Press</button>
     <button type="button" value="Press">Click</button>
     <button type="button" value="Press" name="b1">Clicked</button>
     <button type="button" disabled="disabled">Disabled</button>
     </body>