-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path4.html
38 lines (37 loc) · 975 Bytes
/
4.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
<!DOCTYPE html>
<html>
<head>
<title>External Resources</title>
<style >
body{background-image: url(https://images.cdn3.stockunlimited.net/preview1300/laptop-and-handphone-with-circuit-board-background_1970905.jpg); text-align: center;font-family: Comic Sans MS;}
</style>
</head>
<body>
<section>
<header>
<h1 style="font-size: 200%; "><u>Computer Science Portal</u></h1>
</header>
</section>
<section>
<h3>Navigation Links:</h3>
<nav>
</nav>
</section>
<section>
<object data="ComputerScienceOne.pdf" width="75%" height="500px" title="PDF"></object>
<br>
<br>
<br>
<embed src="sign.jpeg" width="200px" height="200px" borders="1px" title="Sign"></embed>
</section>
<hr>
<section>
<footer>
Contributed By:<br>
<b><a href="mailto:[email protected]">Shivani Avasare</a></b><br>
Walchand College of Engineering,<br>
Sangli,Maharashtra,India.
</footer>
</section>
</body>
</html>