-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab1.html
More file actions
65 lines (58 loc) · 1.7 KB
/
lab1.html
File metadata and controls
65 lines (58 loc) · 1.7 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
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hello all </title><body>
<style>
/* Basic CSS for styling */
{
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
header {
background-color: #8e220e;
color: #fff;
padding: 20px;
text-align: center;
}
h1 {
font-size: 36px;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
p {
font-size: 18px;
line-height: 1.6;
}
footer {
text-align: center;
padding: 10px;
background-color: #a21717;
color: #fff;
}
</style>
<header>
<h1>HELLO CLASS</h1>
</header>
<div class="container">
<h2> Hello class these is ajay naik banoth</h2>
<p>Hello class these is ajay naik banoth
currently i am pursuing my masters in IIT chicago
</p>
<p1>
i doo have basic knowledge about the web and looking forward to gain and develop knowledge about web applications foundations under the supervision of professor brain bailey
</p1>
</div>
<footer>
THANKQ MY CLASS
</footer>
</body>
</html>