Test verca 5
Revision as of 15:00, 7 June 2022 by Joaoluiz.defranco (talk | contribs)
<!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>