<!DOCTYPE html>
<html>
<style>
:-moz-placeholder {
color: red;
}
:placeholder {
</style>
<body>
<input placeholder='foobar'>
<textarea placeholder='foobar'></textarea>
</body>
</html>