📄 04_05.html
字号:
<html>
<head>
<title>select</title>
</head>
<body>
<h3>
single select
</h3>
<form name="fm" action="04_02.jsp" method="post">
<input type="radio" name="radiobutton" value="computer">Computer<br>
<input type="radio" name="radiobutton" value="mobilephone">Mobilephone<br>
<input type="radio" name="radiobutton" value="camera" checked>Camera<br>
<input type="radio" name="radiobutton" value="television">Television<br>
<input type="submit" value="提交">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -