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

📄 exam.html

📁 可作为课程设计或者毕业设计 也可以作为学校精品课程网站使用
💻 HTML
字号:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>模拟考试</title>
    <script type="text/javascript" src="Scripts/ajax.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body style="position: relative; background-color: infobackground">
<center>
<div style="width: 80%; height: 50px; background-color:activecaption; border: dodgerblue thick double; left: 44px; vertical-align: middle; top: 7px; text-align: center; z-index: 100;" id="exType">
</div>
<div style="width: 80%; height: 50px; background-color:highlighttext; border: dodgerblue thick double; left: 42px; vertical-align: middle; top: 59px; text-align: left; z-index: 101;" id="ex1">
    请选择题型</div>
<div style="width: 80%; height: 50px; background-color:highlighttext; border: dodgerblue thick double;left: 42px; vertical-align: middle; top: 60px; display:none; text-align: left; z-index: 102;" id="ex2">
</div>
    <div style="width: 80%; height: 50px; background-color:highlighttext; border: dodgerblue thick double; left: 42px; vertical-align: middle; top: 58px;  display:none; text-align: left; z-index: 103;" id="ex3">
    </div>
    <div style="width: 80%; height: 50px; background-color:highlighttext; border: dodgerblue thick double; left: 42px; vertical-align: middle;top: 60px;  display:none; text-align: left; z-index: 104;" id="ex4">
    </div>
</center>
    <center>
    <div style="width: 80%; height: 50px; background-color:mistyrose; border: red thin dashed;left: 31px; vertical-align: middle; top: 97px; text-align: left; z-index: 105; display:none" id="ans1" title="选择题答案">
</div>
<div style="width: 80%; height: 50px; background-color:mistyrose; border: red thin dashed;left: 31px; vertical-align: middle; top: 97px; text-align: left; z-index: 105; display:none" id="ans2" title="填空题答案">
</div>
    <div style="width: 80%; height: 50px; background-color:mistyrose; border: red thin dashed;left: 31px; vertical-align: middle; top: 97px; text-align: left; z-index: 105; display:none" id="ans3" title="问答题答案">
    </div>
    <div style="width: 80%; height: 50px; background-color:mistyrose; border: red thin dashed;left: 31px; vertical-align: middle; top: 97px; text-align: left; z-index: 105; display:none" id="ans4" title="编程题答案">
    </div>
    </center>
<script type="text/javascript">
show(51+"&id="+GetArgsFromHref(window.location.href,'charid'));
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -