-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
54 lines (47 loc) · 2.33 KB
/
resources.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
<!DOCTYPE html>
<html>
<head>
<title>Resources</title>
<link rel="stylesheet" type="text/css" href="style_r.css"/>
</head>
<body>
<div id="wrapper">
<div id="img">
<img src="images/image1.jpg"/>
</div>
<div id="links">
<table id="linktable"><tr>
<td><a href="http://www.cse.iitk.ac.in/"> CSE Home</a></td>
<td><a href="resources.html">Resources</a></td>
<td><a href="status.php">Current Status</a></td>
<td><a href="index.html" >Sign In</a></td>
</tr></table>
</div>
<div id="rtable">
<ul><b>
<li> CS101 </li><hr>
<li> CS102 </li><hr>
<li> CS103 </li><hr>
<li>CS210</li><hr>
<li>CS 314</li><hr>
<li> CSE Lounge </li><hr>
<li> CSE Labs </li><br/>
</b></ul>
</div>
<div id="description">
<h2>Description:</h2><hr>
<p id="para">
<h3>CS101</h3>
<-----------------------------------Here---------------------------------------------------------<br>
<-----------------------------------Information---------------------------------------------------<br>
<---------------------------------About Selected resouree-----------------------------------------<br>
<----------------------------------From the left list----------------------------------------------<br>
<-----------------------------------Will be dynamically---------------------------------------------<br>
<-------------------------------------displayed----------------------------------------------------<br>
<--------------------------------For eg. for CS 101---------------------------------------------------<br>
<--------------------------------TEXT WILL COME HERE-------------------------------------------------<br>
<----------------advantage: no need to scroll, all text in this para itself--------------------------<br>
</p></div>
</div>
</body>
</html>