-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (98 loc) · 3.36 KB
/
index.html
File metadata and controls
128 lines (98 loc) · 3.36 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
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<title> CSS - Cascading Style Sheets </title>
<link rel="shortcut icon" href="pic/icon.jpeg" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="contant">
<div class="box">
<h3>Text1</h3>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deleniti totam laboriosam sunt ea cum sit enim
labore iusto illo laudantium quam, numquam nesciunt explicabo adipisci atque quis doloribus soluta.
Reprehenderit.</p>
</div>
<div class="box">
<h3> Text2</h3>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Harum quos mollitia eum quasi deserunt, saepe
perspiciatis exercitationem corrupti odio? Impedit cupiditate inventore dicta ipsam odio aperiam et
velit
nihil in!</p>
</div>
<div class="box">
<h3> Text2</h3>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Harum quos mollitia eum quasi deserunt, saepe
perspiciatis exercitationem corrupti odio? Impedit cupiditate inventore dicta ipsam odio aperiam et
velit
nihil in!</p>
</div>
</div>
<h1 id="mid"><a href="https://www.youtube.com/"> visit youtube </a></h1>
<h1><i>what is tag name?</i></h1>
<ol>
<li>Tanvir</li>
<li>Tawfik</li>
<li>Tarif</li>
<li>Sakib</li>
<li>Israil</li>
<li>Tanvir</li>
<li>Arko</li>
<li>Bappy</li>
<li>Mahin</li>
<li>Sagor</li>
</ol>
<h1> look the picture</h1>
<div class="img-box">
<img src="pic/sjk-1.jpeg" alt="">
<img src="pic/sjk-2.jpeg" alt="">
<img src="pic/sjk-3.jpeg" alt="">
<img src="pic/smt-1.jpeg" alt="">
<img src="pic/smt-2.jpeg" alt="">
<img src="pic/smt-3.jpeg" alt="">
<img src="pic/smt-4.jpeg" alt="">
<img src="pic/code.jpg" alt="">
</div>
<h3> I went to Dhaka </h3>
<p> power plant ,camical company </p>
</div>
<div class="fun">
<h3> my name is hasib</h3>
</div>
<div>
<h3> Sajek is the best place of Bangladesh </h3>
<p>Insha-allah one day I go to sajek </p>
</div>
<div>
<h3> You want to go Saint Martin.? </h3>
<p>Saint Martin is one of God's greatest blessings.</p>
<p>I want to go to Saint Martin. </p>
<p>The pictures above are from Santa Mattin and the pictures.</p>
</div>
<input type="text ">
<p>How are you?</p>
<p>just kidding!</p>
<p><b>gmail</b></p>
<input type="email" name="" id="">
<br>
<p><b>password</b></p>
<input type="password" name="" id="">
<p>fun</p>
<h1>Hi ! just for fun</h1>
<div class="center">
<div class="box">
<h1> Alhamdulillah</h1>
<h2> I am Hafeez</h2>
<p> What are you do?</p>
<p> I go to Mosque </p>
<p> I love The holy Quran</p>
<p> How are you? </p>
<label for="">Good</label>
<input type="checkbox" name="" id="">
<label for="">Bad</label>
<input type="checkbox" name="" id="">
<p>What are you do? </p>
</div>
</div>
</body>
</html>