<!DOCTYPE html>
<body>
<div>First</div>
<div>
<style scoped>
div { color: green }
</style>
Second
div { text-decoration: underline }
Third
</div>
</body>