CSS样式使用

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

</body>

</html>

原文地址:https://www.cnblogs.com/yuxiaona/p/5777103.html