xxxxxxxxxx
<html>
<body>
<label>traditional buttons </label>
<button type="button" disabled>Click Me!</button>
<button type="button">Click Me!</button>
<label>styled buttons </label>
<button type="button" class="blue" disabled>Click Me!</button>
<button type="button" class="blue">Click Me!</button>
</body>
</html>