?? online.html
字號:
<html>
<head>
<title>
database test</title></head>
<body>
<center>
<h1>Online Examination</h1>
</center>
<form action ="http://localhost:8080/examples/servlet/studentServlet3" method=post>
<div align="left"><br>
<b>
Seat Number:</b>i<input type="text" name="Seat_no">
<div align="Right">
<b> Name:</b> <input type="text" name="Name" size="50"><br>
</div>
<br><br>
<b>1.Every host implements transport layer </b><br/>
<input type="radio" name="group1" value = "True ">True
<input type="radio" name="group1" value = "False ">False<br>
<b>2.It is a network layer's responsibility to forward packets reliable from source to destinaion </b><br/>
<input type="radio" name="group2" value = "True">True
<input type="radio" name="group2" value = "False">False<br>
<b>3.Packet switching is more useful in bursty traffic</b><br/>
<input type="radio" name="group3" value = "True">True
<input type="radio" name="group3" value = "False">False<br>
<b>4.A phone network uses packet switching </b><br/>
<input type="radio" name="group4" value = "True">True
<input type="radio" name="group4" value = "False">False<br>
<b>5.HTML is a protocol for describing web contents </b>
<br/>
<input type="radio" name="group5" value = "True">True
<input type="radio" name="group5" value = "False">False<br>
<br><br><br>
</center>
<input type="submit" value = "submit">
<input type="reset" value = "reset"><br>
</center>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -