form_and_ラジオ

826 ワード

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
	<form action="frameset.html">
		test1<input type="radio" name="myradio"/><br/>
		test2<input type="radio" name="myradio"/><br/>
		test3<input type="radio" name="myradio" checked="checked"/><br/>
		<input type="submit" value="submit" />
	</form>
</body>
</html>