Test verca 5

<!DOCTYPE html> <html> <head> <style> code {

 font-family: Consolas,"courier new";
 color: crimson;
 background-color: #f1f1f1;
 padding: 2px;
 font-size: 105%;

} </style> </head> <body>

The code element + CSS

The HTML button tag defines a clickable button.

The CSS background-color property defines the background color of an element.

</body> </html>