📄 start.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="start.aspx.vb" Inherits="start" Theme="Silver" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Quiz - Start</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<table width="560" align="center">
<tr>
<td width="100%" align="right">
<asp:LoginName ID="LoginName1" runat="server" CssClass="boldtext" FormatString="Currently logged in as: {0}" />
</td>
</tr>
</table>
<table width="560" align="center">
<tr>
<td>
<asp:Image ID="imgQuizStartingNow" runat="server" SkinID="quizstartingnow" /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="h1">Ready to Start the Test
</td>
</tr>
<tr>
<td><asp:Image ID="imgLine" runat="server" SkinID="line" /></td>
</tr>
<tr>
<td class="generaltext">
You are about to take the quiz. The quiz contains multiple choice style questions.
Complete each question from the drop down list box then select the Next button.
You will not be able to go back and change your answers once you select the Next
button, so choose carefully.<br />
<br />
When you are ready to begin, select the Start button below.</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="startButton" runat="server" Text="Start" OnClick="startButton_Click" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -