-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (104 loc) · 4.75 KB
/
index.html
File metadata and controls
116 lines (104 loc) · 4.75 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Study With Sanjid</title>
</head>
<body style="background-color: rgb(231, 226, 222);">
<h1 align="center">Study with Sanjid</h1>
<p style="text-align:center">
<img src="image/book.png" style="width:150px; height:150px;">
</p><hr/>
<h3 style="font-style: italic; color:rgb(22, 183, 103)">This
is a website of Study with Anisul Islam sir.</h3><br/>
<iframe height="350px"width="650px"
src="https://www.studywithanis.com/"></iframe>
<iframe style="text-align: right;" width="500" height="350"
src="https://www.youtube.com/embed/wQSQIqpkPdQ?si=bE9flv22H8zRROsq"
title="YouTube video player" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;
web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><hr/>
<pre style="color:rgb(245, 9, 33)">We are dedicated to provides learnin for student. Whether you're looking for my video or simply seeking inspiration, you've come to the right place.
Explore our diverse range of products/services/resources, carefully curated to [meet specific needs/solve problems/inspire creativity]. From [highlight a few key offerings] to [mention another key aspect], we strive to exceed your expectations at every turn.
At sanjid0.1 , we believe in this youtube channal for batter. Our team is committed to facebook, ensuring a seamless and rewarding experience for every visitor.
Join our community of [number of users or subscribers] and counting, and embark on a journey of [describe the benefits or experiences users can expect]. Whether you're a [mention target audience] or simply curious, there's something here for everyone.</pre>
<hr/>
<table border="1">
<caption>Student Information</caption>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>GPA</th>
</tr>
</thead>
<tbody>
<tr>
<th>101</th>
<th>Alamin </th>
<th>5.00</th>
</tr>
<tr>
<th>102</th>
<th>Alia Akter </th>
<th>4.50</th>
</tr>
<tr>
<th>103</th>
<th>Sanjid </th>
<th>3.50</th>
</tr>
<tr>
<th>102</th>
<th>Rakib </th>
<th>4.50</th>
</tr>
</tbody>
</table><hr/>
<h2>Fillup this form for your join in our privet group.</h2>
<form>
<datalist id="names">
<option value="Alamin">Alamin</option>
<option value="Alia">Alia</option>
<option value="Sanjid">Sanjid</option>
<option value="Rakib">Rakib</option>
</datalist>
<p>Username:<input type="text" list="names" placeholder="only letter or number" required pattern="[a-zA-Z0-9]+"></p>
<p>Possword:<input type="password" placeholder="Enter Possword please" required></p>
<p>Email:<input type="email" placeholder="Enter your Email name" required ></p>
<p>
Relation:<input type="checkbox" name="Relation">Islam
<input type="checkbox" name="Relation">Hindhu
<input type="checkbox" name="Relation">Others
</p>
<p>
gender:<input type="radio" name="gender">Male
<input type="radio" name="gender">Femail
</p>
<p>
Depertment:
<select>
<option>CSE</option>
<option>EEE</option>
<option>LLBE</option>
</select>
</p>
<p>
Feedback:<br/>
<textarea>
</textarea>
</p>
<p>
<input type="submit" value="Sing up">
<input type="reset" value="clear">
</p><hr/>
<ol>
<li><a href="http://www.google.com"target="blank">Click here to visit google</a></li>
<li><a href="http://www.youtube.com/@sanjid0.133">Click here to my youtube channal</a></li>
<li><a href="https://www.facebook.com/farhan.sanjid.18?mibextid=ZbWKwL">Click here to visit my facebook profile</a></li>
</ol>
</form>
</body>
</html>