-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuestionPaper.html
More file actions
128 lines (120 loc) · 3.81 KB
/
QuestionPaper.html
File metadata and controls
128 lines (120 loc) · 3.81 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Question Paper </title>
<style>
*{
margin: 0.5rem 0;
padding: 0;
}
body {
margin: 5vh;
padding: 0;
}
.tcenter {
text-align: center;
}
.heading {
font-size: 4rem;
}
.header {
align-self: center;
}
.inline {
display: flex;
align-items: center;
justify-content: space-between;
}
.seat-no{
text-align: end;
}
.seat-no span{
border: 2px solid black;
padding: 0.2rem 0.4rem;
}
aside li {
margin-left: 4rem;
}
main li {
margin-left: 1rem;
}
li h4 , li p {
margin-left: 1rem;
}
.q-sub li {
margin-left: 2rem;
}
.pto {
text-align: end;
}
</style>
</head>
<body>
<header class="header">
<h1 class="heading tcenter">N 710</h1>
<h4 class="seat-no">Seat No.
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
</h4>
<div class="inline">
<h4>2022 III 24 1030 </h4>
<h2>-N 710-</h2>
<h4>MATHEMATICS (71)</h4>
<h4> ALGEBRA-PART-I (E)</h4>
</div>
<h4 class="tcenter">(REVISED COURSE)</h4>
<div class="inline">
<h4>Time : 2 Hours</h4>
<h4>(Pages 9)</h4>
<h4>Max. Marks : 40</h4>
</div>
</header>
<hr/>
<aside>
<h4>Note :-</h4>
<ol type="i">
<li><h4> All questions are compulsory.</h4></li>
<li><h4> Use of a calculator is not allowed.</h4></li>
<li><h4>The numbers to the right of the questions indicate full marks.</h4></li>
<li><h4>In caes of MCQs [Q.No. 1(A)] only the first attempt will be evaluated and will be given credit.</h4></li>
<li><h4>For every MCQ, the correct alternative (A), (B), (C) or (D) with subquestion number is to be written as an answer.</h4></li>
</ol>
<br/>
</aside>
<main>
<ol class="q-main" type="1">
<li>
<section>
<ol class="q-sub" type="A">
<li>
<h4>Four laternative answers are given for every subquestions.<br/>
Choose the <i>correct</i> alternative and write its alphabet with subquestion number.</h4>
<div>
<ol class="que" type="i">
<li>
<p>Which one is the quadratic equation ?</p>
<ol class="option" type="A">
<li><p> 5 / x - 3 = x<sup>2</sup> </li></p>
<li><p> x ( x + 5 ) = 2</p></li>
<li><p> n - 1 = 2n</p></li>
<li><p> 1 / x <sup>2</sup> ( x + 2 ) = x </p></li>
</ol>
</li>
</ol>
</div>
</li>
</ol>
</section>
</li>
</ol>
</main>
<h4 class="pto">P.T.O</h4>
</body>
</html>