Skip to content

Commit 2a2860b

Browse files
First commit
0 parents  commit 2a2860b

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed

image/book.png

551 KB
Loading

index.html

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width,
6+
initial-scale=1.0">
7+
<title>Study With Sanjid</title>
8+
</head>
9+
<body style="background-color: rgb(231, 226, 222);">
10+
<h1 align="center">Study with Sanjid</h1>
11+
<p style="text-align:center">
12+
<img src="image/book.png" style="width:150px; height:150px;">
13+
</p><hr/>
14+
<h3 style="font-style: italic; color:rgb(22, 183, 103)">This
15+
is a website of Study with Anisul Islam sir.</h3><br/>
16+
<iframe height="350px"width="650px"
17+
src="https://www.studywithanis.com/"></iframe>
18+
<iframe style="text-align: right;" width="500" height="350"
19+
src="https://www.youtube.com/embed/wQSQIqpkPdQ?si=bE9flv22H8zRROsq"
20+
title="YouTube video player" frameborder="0" allow="accelerometer;
21+
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;
22+
web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><hr/>
23+
<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.
24+
25+
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.
26+
27+
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.
28+
29+
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>
30+
<hr/>
31+
<table border="1">
32+
<caption>Student Information</caption>
33+
<thead>
34+
<tr>
35+
<th>ID</th>
36+
<th>Name</th>
37+
<th>GPA</th>
38+
</tr>
39+
</thead>
40+
<tbody>
41+
<tr>
42+
<th>101</th>
43+
<th>Alamin </th>
44+
<th>5.00</th>
45+
</tr>
46+
<tr>
47+
<th>102</th>
48+
<th>Alia Akter </th>
49+
<th>4.50</th>
50+
</tr>
51+
<tr>
52+
<th>103</th>
53+
<th>Sanjid </th>
54+
<th>3.50</th>
55+
</tr>
56+
<tr>
57+
<th>102</th>
58+
<th>Rakib </th>
59+
<th>4.50</th>
60+
</tr>
61+
62+
</tbody>
63+
64+
65+
</table><hr/>
66+
<h2>Fillup this form for your join in our privet group.</h2>
67+
68+
<form>
69+
<datalist id="names">
70+
<option value="Alamin">Alamin</option>
71+
<option value="Alia">Alia</option>
72+
<option value="Sanjid">Sanjid</option>
73+
<option value="Rakib">Rakib</option>
74+
75+
</datalist>
76+
<p>Username:<input type="text" list="names" placeholder="only letter or number" required pattern="[a-zA-Z0-9]+"></p>
77+
<p>Possword:<input type="password" placeholder="Enter Possword please" required></p>
78+
<p>Email:<input type="email" placeholder="Enter your Email name" required ></p>
79+
<p>
80+
Relation:<input type="checkbox" name="Relation">Islam
81+
<input type="checkbox" name="Relation">Hindhu
82+
<input type="checkbox" name="Relation">Others
83+
84+
</p>
85+
<p>
86+
gender:<input type="radio" name="gender">Male
87+
<input type="radio" name="gender">Femail
88+
</p>
89+
<p>
90+
Depertment:
91+
<select>
92+
93+
<option>CSE</option>
94+
<option>EEE</option>
95+
<option>LLBE</option>
96+
97+
</select>
98+
</p>
99+
<p>
100+
Feedback:<br/>
101+
<textarea>
102+
103+
</textarea>
104+
</p>
105+
<p>
106+
<input type="submit" value="Sing up">
107+
<input type="reset" value="clear">
108+
</p><hr/>
109+
<ol>
110+
<li><a href="http://www.google.com"target="blank">Click here to visit google</a></li>
111+
<li><a href="http://www.youtube.com/@sanjid0.133">Click here to my youtube channal</a></li>
112+
<li><a href="https://www.facebook.com/farhan.sanjid.18?mibextid=ZbWKwL">Click here to visit my facebook profile</a></li>
113+
</ol>
114+
</form>
115+
</body>
116+
</html>

0 commit comments

Comments
 (0)