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