-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpg1.htm
More file actions
62 lines (62 loc) · 1.19 KB
/
Copy pathpg1.htm
File metadata and controls
62 lines (62 loc) · 1.19 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
56
57
58
59
60
61
62
<html>
<head>
<title>Program 01</title>
</head>
<body bgcolor="yellow">
<font color="yellow"><marquee direction="left">
<h1>Basic Web Design Lab</h1>
</marquee></font>
<h2 align="left">Definition</h2>
<h3 align="left">Website</h3>
<p>
A set of inter connected web pages usually including a home page and many other web pages<br>
<b><i>log</i></b><sub>b</sub>m<sup>p</sup>=p<b><i>log</i></b><sub>b</sub>m</p>
<br>
<a href="p2.html">
<img src="Holi.jpg"height="200"
width="200"align="middle"/>
</a>
<br>
ordered list
<br>
<ol type="I">
<li>English</li>
<li>Maths</li>
<li>Digital electronics and computer fundamentals</li>
<li>Basic web design lab</li>
<li>Multimwedia lab</li>
<li>digital electrinics</li>
</ol>
<br>
unordered list
<br>
<ul>
<li>cs&Engg</li>
<li>Electonics and communication</li>
<li>Civil engg</li>
<li>Mechanical Engg</li>
<li>MCA</li>
<li>MBA</li>
</ul>
<br>
<table border="1">
<tr>
<th>reg.num</th>
<th>student name</th>
<th>yr/sem</th>
<th>date of admission</th>
</tr>
<td>20AK1A0501</td>
<td>suma</td>
<td>2nd</tdt>
<td>06/8/24</tdt>
</tr>
<tr>
<td>20Ak1A0505
<td>xyz</td>
<td>2nd</td>
<td>08/7/24</td>
</tr>
</table>
</body>
</html>