mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
16 lines
246 B
HTML
16 lines
246 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<div>
|
|
<style scoped>
|
|
div { text-decoration: underline }
|
|
</style>
|
|
<p>
|
|
<style scoped>
|
|
div { color: red }
|
|
</style>
|
|
Second
|
|
</p>
|
|
<p>Third</p>
|
|
</div>
|
|
</body>
|