使用CSS更改文本的颜色

问题描述:

用户仅通过css在文本框中输入文本时,可以更改文本的颜色吗.

Can the color of this text be changed as it is inputted by the user in the text box through css only..

<html>
<head>

</head>

<input type="text" id="name1" name="name1" />

我还没有测试过,但是不是吗?

I've not tested, but wouldn't it just be:

input {color:blue}