EY7348293
2024-08-26 23:26
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>input-placeholder</title>
</head>
<body>
<table>
<tr>
<td>
NAME:
<input type="text" placeholder="fuck" />
</td>
</tr>
<tr>
<td>
PW:
<input type="password" placeholder="inputyourps" />
</td>
</tr>
</table>
</body>
</html>
已经在表格,表格设置一下边线就看出来了
<table border="1">...</table>
初识HTML(5)+CSS(3)-升级版
1226113 学习 · 18236 问题
相似问题