
大概吧哈哈試著寫寫看
-------------------------------------------------
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Table+Form</title>
</head>
<body>
<h1>
報名表
</h1>
<hr/>
<form action="http://iii.jjj.com/webPage.php method="post">
隊名:<input name="groupName" maxlength=20></input><br>
參與人數:<select name="numberMember">
<option>2</option>
<option>3</option>
<option>4</option></select><br>
跨校組隊:<input type=radio name="cross" value=true>是
<input type=radio name="cross" value=false>否<br>
參賽經驗:<input type=radio name="exp" value=true>有
<input type=radio name="exp" value=false>無<br>
<input type="image"
name="sumbit"
src="example/send.png"
alt="傳送"
width="50"
height="30"</input>
<input type="image"
name="reset"
src="example/default.jpg"
alt="重置"
width="50"
height="30"</input>
</form>
</body>
</html>
----------------------------------
圖示: