<style>
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: #f1f1f1;
padding: 2px;
font-size: 105%;
}
</style>
The HTML button tag defines a clickable button.
The CSS background-color property defines the background color of an element.