-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtext.html
58 lines (52 loc) · 1.43 KB
/
text.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample HTML Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
<h1>i am Nanda sai</h1>
<h2>Hiii</h2>
<h1>i am kaavya</h1>
<h1> Tashif </h1>
<h2>Hi, Arnav this side!</h2>
<h2>Hi , i am krishna deol</h2>
<h2>yash mittal</h2>
<nav>
<h3>hey this is rajat</h3>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>About Us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</section>
<section>
<h2>Our Services</h2>
<ul>
<li>Service 1</li>
<li>Service 2</li>
<li>Service 3</li>
</ul>
</section>
<section>
<h2>Kshitij Services</h2>
<ul>
<li>pr1</li>
<li>S2</li>
<li>Service 3</li>
</ul>
</section>
</main>
<footer> © JIIT NOIDA </footer>