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