📄 2.html
字号:
<html>
<head>
<title>music investiqate</title>
</head>
<body>
<form action="http://localhost/2.php" method="post">
<h2>最受欢迎流行歌曲调查</h2>
<table>
<tr>
<td>歌曲名: </td>
<td> <input type="text" name="musicname" size="20"></td>
</tr>
<tr>
<td>作曲者: </td>
<td> <input type="text" name="writername" size="20"></td>
</tr>
<tr>
<td>演唱者: </td>
<td> <input type="text" name="singername" size="20"></td>
</tr>
</table>
<p>
<input type="submit" value="提交"/>
<input type="reset" value="重置"/>
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -