⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 online.html

📁 online exam implementation using java
💻 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 + -