close
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
input::-webkit-input-placeholder { /* WebKit browsers */
color:red;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:red;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:red;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
color:red;}
</style>
</head>
<body>
<form action="result.php" method="get" name="csr_srh">
<input name="q" type="text" placeholder="請輸入關鍵字" /> </a>
</form>
</body>
</html>
全站熱搜