<!DOCTYPE html>
<html>
<body>
<h1>The button disabled attribute</h1>
<button type="button" disabled>Click Me!</button>
</body>
</html>