-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.html
More file actions
55 lines (45 loc) · 2.02 KB
/
class.html
File metadata and controls
55 lines (45 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<title>about my classes</title>
<link rel="stylesheet" type="text/css" href="class.css">
</head>
<body>
<h1>This page is about my classes</h1>
<h3>My expectation from mca classes</h3>
<section class="data">
<h1> 1. data structure</h1>
<p>I have read only little about data structure in my bca classes only some thoery part</p>
<p><b>my expectation:-</b> sir is teaching us very good </p>
</section>
<section class="c">
<h1> 2. c programming </h1>
<p> I have read c language in my bca .<br> but not in deep but now i am learning in deep with concept of memmory through u sir</p>
<p><b>my expectation:-</b> sir u teach us very good and my expectation that done some problem like project </p>
</section>
<section class="os">
<h1>os</h1>
<p> yes there is a subject like os in my bca<br> but i have not learn that much that time <br> but noe my learning a lot</p>
<p><b>my expectation:-</b> some language problem </p>
</section>
<section class=" hum">
<h1> Business communication</h1>
<p> i have not learnd the subject business communication before</p>
<p><b>my expectation:-</b> please share slide of provides us notes to understand properly</p>
</section>
<section class="math">
<h1>math classes</h1>
<p> i read maths a lot but not descreat mathematics</p>
</section>
<section class=" clab">
<h1> c lab</h1>
<p> i have done some program in c perviously but not withthat much clearity</p>
<p><b>my expectation:-</b> sir please do some problem or work together on any project</p>
</section>
<section class="wlab">
<h1> web development lab</h1>
<p>i have learnd more about css and js <br> and raed little about html</p>
<p><b>my expectation:-</b> sir as i expected it's going on sir <strong> thanks a lot sir</strong> </p>
</section>
</body>
</html>