-
Notifications
You must be signed in to change notification settings - Fork 6
/
course2.html
49 lines (48 loc) · 1.96 KB
/
course2.html
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>StudyPORTAL | Courses</title>
<link rel="stylesheet" type="text/css" href="courses.css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1><a href="courses.html">Courses</a></h1>
</div>
<div id="menu">
<ul>
<li class="first"><a href="course1.html" >Course 1</a></li>
<li><a href="course2.html" class="active">Course 2</a></li>
<li><a href="course3.html">Course 3</a></li>
<li><a href="course4.html">Course 4</a></li>
<li class="last"><a href="course5.html">Course 5</a></li>
</ul> <br class="clearfix" />
</div>
</div>
<div id="splash">
<img src="images/courses1.jpg" width="930" height="230" alt="" />
</div>
<div id="page">
<div id="content">
<div class="post">
<h2>Course 2</h2><br/>
<h3>Below is the week by week content of the course</h3>
</div>
<main>
<p>Detailed introduction of the subject will be given. The purpose and aim of the project is explained to the student.</p>
<p>Several examples are highlighted to the students so that they understand the reach of the subject.</p>
<p>Practical knowledge is given to the students so that they can adhere to the applications of the subject in day to day life.</p>
<p>The course is wrapped up and proparly summarized so that the students retain the knowledge thet gained through this course.</p>
</main>
<br/>
</div>
</div>
</div>
<div id="footer">
</div>
<script src="course.js"></script>
</body>
</html>