x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
  p {
5
    color: olive;
6
  }
7
</style>
8
9
<p>This CSS text color is olive</p>