-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1st.html
More file actions
58 lines (53 loc) · 1.51 KB
/
1st.html
File metadata and controls
58 lines (53 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LORD PRITHWISH</title>
<link rel="icon" type="image/jpg" href="pic/letter_p_PNG121.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>LORD PRITHWISH</h1>
<hr>
<h3 id="hpa">Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum minus ut voluptatem eaque, voluptate, eveniet commodi maiores sint molestias consequuntur doloremque beatae assumenda repellat quo? Magni vitae vel illo odio?</h3>
<h2 id="nu"></h2>
<!-- <p>4445</p> -->
<h1 id="fi">zz</h1>
<p id="san">4445</p>
<label>enter</label>
<input id="in" placeholder="ENTER HERE HO HO ....">
<button id="but">call</button>
<button id="ev">evaluate</button>
<hr>
<input type="checkbox" id="chb">
<label for="chb">checkme</label>
<br>
<br>
<br>
<input type="radio" id="rb1" name="opt" >
<label for="rb1">option 1</label>
<br>
<input type="radio" id="rb2" name="opt">
<label for="rb2">option 2</label>
<br>
<input type="radio" id="rb3" name="opt">
<label for="rb3">option 3</label>
<br>
<input type="radio" id="rb4" name="opt">
<label for="rb4">option 4</label>
<br>
<br>
<br>
<button type="submit" id="sub">SUBMITING</button>
<br>
<br>
<br>
<br>
<br>
<p id="chp"></p>
<p id="rbp"></p>
<h1 id="called"></h1>
<button type="button" id="callbut">calling</button>
<script src="index.js"></script>
</body>
</html>