<html>
<head>
<style>
button {
color: green;
}
</style>
</head>
<body>
<button>
This is a red button.</button>
<style>
button {
color: red;
}
</style>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.