?? start.aspx
字號(hào):
<%@ 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -