<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>input-placeholder</title>
</head>
<body>
<input type="text" name="myName" placeholder="請(qǐng)輸入用戶名">
<br>
<input type="password" name="pass" placeholder="請(qǐng)輸入密碼">
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title>input-placeholder</title>
</head>
<body>
<input type="text" name="myName" placeholder="請(qǐng)輸入用戶名">
<br>
<input type="password" name="pass" placeholder="請(qǐng)輸入密碼">
</body>
</html>
2023-02-14
<link rel="stylesheet" href="css文件路徑" type=“text/css”/>
2022-11-05