forked from Atul18341/Web-development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 1.86 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Mathematica:Online Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<b>E-examo</b>
<br>An online test Platform<br>
<center><h2>Online Test</h2></center>
<div class="container">
<div class="row">
<div class="col-md-7">
1.There are 10 question in this test.<p>
2.Each question is of MCQ type having four option. Out of this only one option is correct.<p>
3.With one id, only one candidate can be able to give test. Also, with a single id any test can be attempted only one time.<br>So, kindly do not try to share your id otherwise you are only responsible if you are not able to give test.
</div>
<div class="col-md-5">
<h2>Test Login</h2><p>
<form method="POST"action="Login.php">
<input type="text" name="username" placeholder="Your Full name"><p>
<input type="password" name="password" placeholder="Your Password"><p>
<input type="checkbox" name="check" value="yes" required>
<label for="check">I had read all the instructions and is agreed to follow it</label><p>
<input type="submit" name="start"value="Start Test">
</form>
</div>
</div>
</div>
</body>
</html>
<style type="text/css">
.col-md-7{
border:1px solid black;
padding:20px;
font-size:20px;
margin-bottom:20px;
background-color:white;}
.col-md-5{
text-align:center;
padding-top:50px;
background-color:#3282b8;
border:3px groove brown;
color:white;
font-weight:bold;}
.col-md-5 input{margin-bottom:10px;
border-radius:10px;