mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
8 lines
116 B
HTML
8 lines
116 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
<p style="color: green">Hello</p>
|
|
</body>
|