原始问题:
用html制作一个包含学号和姓名的提问选号器
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>学号和姓名选择器</title>
</head>
<body>
<h1>请输入您的学号和姓名</h1>
<form>
<label for="student_id">学号:</label>
<input type="text" id="student_id" name="student_id" required><br><br>
<label for="name">姓名:</label>
<input type="text" id="name" name="name" required><br><br>
<input type="submit" value="提交">
</form>
</body>
</html>
Prev:科技助力,徽派建筑符号的现代演绎