<html>

<head>
  <style>
    button {
      color: green;
    }
  </style>
</head>

<body>
  <button>
    This is a red button.</button>
  <style>
    button {
      color: red;
    }
  </style>
</body>

</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.