| <style> | |
| #normal { color: darkGray } | |
| #green-placeholder { color: green; } | |
| </style> | |
| <p> | |
| Test <tt><isindex></tt> placeholder styling. | |
| </p> | |
| The placeholder text should be gray: | |
| <isindex id="normal" value="placeholder"> | |
| The placeholder text should be green: | |
| <isindex id="green-placeholder" value="placeholder"> |