<!DOCTYPE html>
<body>
  <style scoped>
    p { color: red }
  </style>
  <p style="color: green">Hello</p>
</body>