-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (30 loc) · 933 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title> web development assignment </title>
<link rel="stylesheet" type="text/css" href="labwork.css"/>
<style>
body {
background-image: url('1stpg.jpg');
background-size: cover;
}
</style>
</head>
<body>
<header >
<nav class="nav-list">
<ul class= " navbar" style="font-size: 25px">
<li><a href="#">Home</a></li>
<li><a href="firstabout.html">About Me</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="bookreview.html">My books review</a></li>
</ul></nav> </header>
<div class="head">
<h2 style="color: skyblue"> Name- ajit kumar</h2>
<h2 style="color: skyblue">Scholar no.- 202120044</h2>
</div>
<img src="ajit.jpg.jpg" alt="ajit kumar" width="200" height="500" class="center">
<h3>Guidedby-prof.aniraban sir</h3>
<footer class="foot"> @ ajit kumar 2021</footer>
</body>
</html>