-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab1.html
70 lines (63 loc) · 2.36 KB
/
lab1.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>
First Task
</title>
<body>
<h1>
Welcome
</h1>
<br><i>Vidyavardhaka College of Engineering</i>
<br>
<b><p style="font-size:40px">Department of Computer Science and Engineering</p></b>
<p><pref><i>Nothing is exciting in these times as the field of Computer Science. Being close to India’s Silicon Valley, young bright students are eager to pursue their graduation courses in this field. Ever since its inception in 1997, the Department has been a pioneering academic center for under graduation and post-graduation in the areas of Computer Science Engineering. It has assiduously pursued its mission of carrying out leading edge facilities in both foundational and Industry oriented problems.
The department is well equipped with good infrastructure such as latest computers, Laboratory Equipment’s, 300 Mbps leased line connection & Wi-Fi Internet connectivity and well qualified faculty members.
The academic programs of the Department are highly innovative and keenly sought after. The Department has trained more than a thousand engineers who have distinguished themselves as leading academicians, industry professionals, and entrepreneurs in several universities and industries in India and abroad. </i>
</pref>
</p>
<img src="vvce-logo.png" alt="VVCE Logo" width="460" height="345">
<a href="https://vvce.ac.in/">Visit VVCE!</a>
<h2>An Unordered List of VVCE Clubs</h2>
<ul>
<li>OSL</li>
<li>ACM</li>
<li>Barcamp</li>
</ul>
<h2>An Ordered List of VVCE Clubs</h2>
<ol>
<li>Rotaract</li>
<li>ISHRAE</li>
<li>DSC</li>
</ol>
<p style = "background-color:rgba(148, 124, 176, 0.6);color:white"> Dr B Sadashive Gowda</p>
<h1 ><del>No</del> Classes till 30 <sup>th</sup> September </h1>
<p> Developed by <strong>"VIBHA PRASAD" </strong>
<p> SUBJECTS IN 7<sup>th</sup> SEMESTER </p>
<table style = "border :1px Solid black;border-spacing:5px;">
<tr>
<th>SUBJECT NAME </th>
<th>SUBJECT CODE </th>
</tr>
<tr>
<td>Web Technology</td>
<td>17CS71</td>
</tr>
<tr>
<td>Advance Computer Architechture</td>
<td>17CS72</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>17CS73</td>
</tr>
<tr>
<td>Cloud Computing</td>
<td>17CS742</td>
</tr>
<tr>
<td>Storage Area Network</td>
<td>17CS754</td>
</tr>
</body>
</head>
</html>