Dashboard Temp Share Shortlinks Frames API

HTMLify

sem-6.html
Views: 179 | Author: divya
 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
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <title>
   B.R.A. Bihar University - Semester VI Syllabus
  </title>
  <style>
   body {
      font-family: Arial, sans-serif;
      margin: 20px;
      line-height: 1.6;
    }
    h1, h2, h3, h4 {
      color: #003366;
      text-align: center;
    }
    h4 {
      text-align: left;
      margin-top: 15px;
    }
    ul, ol {
      margin: 10px 0 20px 40px;
    }
    table, th, td {
      border: 1px solid #333;
      border-collapse: collapse;
      padding: 8px;
    }
    table {
      margin: 10px auto;
    }
    strong, b {
      color: #000;
    }
    pre {
      background: #f8f8f8;
      padding: 10px;
      display: inline-block;
    }
  </style>
 </head>
 <body>
  <h3>
   SEMESTER-VI
  </h3>
  <h4>
   A Mini Project
  </h4>
  <p>
   <strong id="BCA-601">
    BCA-601: Project Report
   </strong>
   - A project work will be done by all the students separately or in a group
        containing 4 or 5 students on a topic assigned by the Guide (any of the faculty of the College). The students
        will complete their project under the supervision of the Guide and submit the report in hard and soft copy at the
        time of evaluation.
  </p>
  <p>
   <strong id="BCA-602">
    BCA-602: Seminar
   </strong>
   - A Departmental Seminar will be organised and students will have to present a
        paper in the seminar.
  </p>
  <p>
   <strong id="BCA-603">
    BCA-603: Viva
   </strong>
   - A viva-voce of 50 Marks will be conducted by the external examiners
        (appointed by the University/Examination Board) covering the papers studied by students in 1st to 5th Semesters.
  </p>
  <p>
  </p>
 </body>
</html>