-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevel2.html
45 lines (42 loc) · 1.09 KB
/
Level2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Level_2</title>
<link rel="stylesheet" href="level2.css">
</head>
<body>
<div class = "navbar" id = "trf" >Lorem ipsum dolor sit amet consectetur.</div>
<table>
<tr>
<th>Name</th>
<th>Contact NO.</th>
<th>Email</th>
</tr>
<tr>
<td>Tanmay</td>
<td>9404889632</td>
<td>abc@123</td>
</tr>
</table>
<div id="container">
<ul type="square">
<li><a href="https://google.com" target="_blank">Home</a></li>
<li>About</li>
<li>Contact</li>
<li>Service</li>
</ul>
<ol type="I">
<li>Home</li>
<li>About</li>
<li>Contact</li>
<li>Service</li>
</ol>
</div>
<form action="">
Name:<input type="text" name="trf" placeholder="Write name">
Password:<input type"text" name="pass" placeholder="Write password">
Phone:<input type=".">
</form>
</body>