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