-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmissionForm.html
More file actions
52 lines (42 loc) · 1.5 KB
/
admissionForm.html
File metadata and controls
52 lines (42 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Task 1 : 12/16/2018</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="./img/xyz-college.png" alt="xyz college">
</header>
<H2>Go to <a href="index.html">Home page</a></H2>
<footer>
<div class="footer1">
<H3>Stay up to date...</H3>
<div class="socalLinks">
<li><a href="https://www.facebook.com" target="blanck">facebook</a></li>
<li><a href="https://www.twitter.com" target="blanck">Twitter</a></li>
<li><a href="https://www.tubemint.com" target="blanck">YouTube</a></li>
<li><a href="https://www.instagram.com" target="blanck">Instagram</a></li>
</div>
</div>
<div class="footer2">
<div class="address">
<H3>Reach Us...</H3>
<p>
123, Block-E,<br>
Ciy, Distric, <br>
State, IN,<br>
123456
</p>
</div>
</div>
<div class="footer3">
<H3>Recent Placements...</H3>
<div class="Placemetns">
</div>
</div>
</footer>
</body>