<!DOCTYPE html> <body> <div> <p>First</p> </div> <div> <style scoped> div p { color: green } </style> <p>Second</p> </div> </body>