-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
64 lines (57 loc) · 2.85 KB
/
index1.html
File metadata and controls
64 lines (57 loc) · 2.85 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
<!DOCTYPE html>
<html>
<head>
<title>MY WEBSITE</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header id="main-header">
<div class="container">
<h1>MY WEBSITE</h1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
</nav>
<section id="showcase">
<div class="container">
<img src="C:\Users\lenovo\Documents\website-eg\images\1.jpg">
<h1>CAT or Common Admission Test, conducted by Indian Institute of Management. </h1>
</div>
</section>
<div class="container">
<section id="main">
<h1>WELCOME</h1>
<p>CAT or Common Admission Test, the most popular national level management entrance exam
,conducted by Indian Institute of Management for admission to 20 IIMs and more than
100B-schools across India. Around 2.5 lakh MBA aspirants appear for the test every year.
CAT 2018 was a 3-hour computer-based test consisting of 100 Multiple Choice Question
(MCQ) and Non-MCQ type questions. There were three timed sections, namely
Quantitative Ability (QA), Verbal Ability and Reading Comprehension (VARC) and Data
Interpretation & Logical Reasoning (DILR). CAT 2018 was held on November 25 in two
slots - Forenoon (9 AM to 12 PM) and Afternoon (2:30 PM to 5:30 PM).
</p>
</section>
<aside id="sidebar">
<p>The result of CAT 2018 has been declared on January 5, 2019, and the selection
procedure initiates with the release of CAT cutoff. Each of the participating
institutes of CAT 2018 will execute their individual admission process, however,
the shortlisting would be done based on CAT 2018 cutoff. Next, the shortlisted
candidates will be called for further selection rounds, namely, Group Discussion (GD)
or Writing Ability Test (WAT) or both and Personal Interview (PI) rounds for the
final admission.
</p>
</aside>
</div>
<footer id="main-footer">
<p>COPYRIGHT © 2017 MY WEBSITE</p>
</footer>
</body>
</html>