-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexam.html
More file actions
37 lines (34 loc) · 1.38 KB
/
exam.html
File metadata and controls
37 lines (34 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<title>Examination</title>
<link rel="stylesheet" href="./../css/exam.css">
</head>
<body>
<div>
<img src="./../images/civil_exam.jpg" alt="Civil sevices exam"/>
<h1 class="head">Civil Services Exam</h1><hr>
</div>
<p>
<h1>Dates:</h1>
<h3>2024</h3>
<h2>Registration: 14 Feb–5 Mar 2024</h2><hr>
<h2>Preliminary Exam: 26 May 2024</h2><hr>
<h2>Mains Exam: 20 Sept 2024</h2><hr>
<h2>Exam dates may change. There may be optional or additional dates. Check the <a href="https://upsc.gov.in/">official website</a>.</h2><hr>
</p>
<p>
<h1>Syllabus:</h1>
<h2>Preliminary Exam</h2>
General studies-Paper-I (marks:200) <br>
General studies-Paper-II (marks:200) <br>
<h2>Mains Exam Syllabus:</h2>
Mathematics-I & II, Physics, Chemistry and Hindi are compulsory for all candidates. <br>Other subjects can be chosen as per the candidate’s interest from any of the following
Mathematics and Statistics-Chapter I & II, III&IV (marks:80) <br>
English Language-Part A (marks:70) <br>
General Studies-Chapter III (marks:90) <br>
For more details about the syllabus visit <a href=" www.cses.gov.in"> www.cses.gov.in</a> <br>
or contact CSENET at <a href="callto:+91-11-23952999">+91-11-23952999</a>
</p>
</body>
</html>