<!DOCTYPE html>
<html>
<head>
<title>HTML Example</title>
</head>
<body>
<h1>The code element</h1>
<p>The HTML <code>button</code> tag defines a clickable button.</p>
</body>
</html>
The HTML button tag defines a clickable button.