5 lines
87 B
HTML
5 lines
87 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p { color: green; }
|
|
</style>
|
|
<p>This text should be green.</p>
|