<html>
<head>
<style type = "text/css">
.h{
color:red;
}
</style>
</head>
<body>
<input type = "text" name = "userName" class = "h">
</body>
</html>