-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
97 lines (90 loc) · 2.58 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ksp</title>
<link rel="stylesheet" href="assets/css/style.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
</head>
<body>
<!-- Warning: The following h1 might be too cool for your browser to handle. Proceed with caution! -->
<h1 class="mainheadline">KSP is not the best</h1>
<h2 class="secondheadline">KSP web style is whack</h2>
<hr>
<div class="menu">
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="about.html">About Us</a>
<a href="contactUs.html"> Contact Us</a>
<hr>
</div>
<hr>
<img src="assets/images/whack.jpeg" alt="">
<table>
<tbody>
<tr>
<td><label>Email</label></td>
<td> <input type="email" /></td>
<td><button>Send</button></td>
</tr>
</tbody>
</table>
<ul>
<li>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minima veniam,
esse natus ratione pariatur exercitationem optio commodi debitis sint,
est doloribus incidunt explicabo autem velit delectus. Laborum
doloremque minus veniam.
</li>
<li>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Alias repellat
nemo, accusamus nostrum eos consectetur qui perferendis laborum expedita
quis consequatur, rerum maxime. Ea veniam velit, repudiandae porro eos
maiores?
</li>
</ul>
<table>
<tbody>
<form>
<tr>
<td>
<label for="name">
Name
</label>
</td>
<td><input type="text" id="name" />
</td>
</tr>
<tr>
<td><label for="email">
Email
</label>
</td>
<td><input type="email" id="email" />
</td>
</tr>
<tr>
<td><label for="telnum">
Tel No.
</label>
</td>
<td><input type="telnum" id="telnum" />
</td>
</tr>
<tr>
<td><label for="Age">
Age.
</label>
</td>
<td><input type="number" id="rollno" />
</td>
</tr>
</form>
</tbody>
</table>
<img width="500"
src="https://d3m9l0v76dty0.cloudfront.net/system/photos/14273781/original/2b8b533cc0e9378d1dc4b0a729308021.jpg">
</body>
</html>