-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
128 lines (96 loc) · 2.98 KB
/
new.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
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
<html>
<head>
<title>
Page title
</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width= device-width,initail-scale=1"/>
<meta name="description" content="Hei how are u "/>
<meta name="keyword" content=""/>
<meta name="author" content="Md. Rejwar Rahman Rifat"/>
<meta property="og:site" content="Md. Rejwar Rahman Rifat"/>
<meta property="og:url" content="rabbil.com"/>
<meta property="og:title" content="rabbil.cobbil.com"/>
<meta property="og:image" content="..//"/>
<meta http-equiv="cache-controll" content="no-cache"/>
<meta http-equiv="expires" content="0"/>
<meta http-equiv="pragma" content="no-cache"/>
</head>
<body>
<h1> This is a heading </h1><br>
<h2> This is not heading </h2>
<h3> Thsi is not heading tag</h3>
<h4>This is not heading format</h4>
<h5> This is the thing i love </h5>
<h6> this is the my most loving thing</h6>
<p> Md. Rejwar Rahman Rifat </p><br>
<b> Md. Rejwar Rahman Rifat</b><br>
<i> Md. Rejwar Rahman Rifat </i><br>
<mark> Md. Rejwar Rahman Rifat</mark><br>
<code> Md. Rejwar Rahman Rifat</code><br>
<small> Md. Rejwar Rahman Rifat</small><br>
<del> Md. Rejwar Rahman Rifat</del><br>
<ins> Md. Rejwar Rahman Rifat</ins><br>
<table>
<tr>
<td>A1</td>
<td>A2</td>
<td>A3</td>
</tr>
<tr>
<td>B1</td>
<td>B2</td>
<td>B3</td>
</tr>
<tr>
<td>C1</td>
<td>C2</td>
<td>C3</td>
</tr>
</table>
<ol>
<li>Dhaka</li>
<li>khulna</li>
<li>Rangpur</li>
<li>Rajshahi</li>
<li>Mymensing</li>
<li>Chittagong</li>
</ol>
<label>User name</label><br>
<input type="text"/><br>
<label>Password</label><br>
<input type="password"/><br>
<label>Age</label><br>
<input type="number"/><br>
<label>Email</label><br>
<input type="email"/><br>
<label>Male</label><br>
<input type="radio"/><br>
<label>Female</label><br>
<input type="radio"/><br>
<label>Bluecolor</label><br>
<input type="radio"/><br>
<label>Redcolor</label><br>
<input type="radio"/><br>
<label>White color</label><br>
<input type="checkbox"/><br>
<select>
<option>Choose City</option><br>
<obtion>Dhaka</obtion><br>
<option>Rangpur</option><br>
<option>Chittagong</option><br>
<option>Mymensing</option><br>
</select><br>
<button>submit</button><br>
<img src="https://x.com/rejwar/photo " width=" 100px" height="120px ">
<video width="100px" height="200" controls>
<source src="myvideo.mp4"
</video>
<audio controls>
<source src="horse.org" type="audio/org">
<source src ="horse.org" type="audio/org"
</audio><br>
<iframe width="400" height="220" src="https://www.youtube.com/embed/yQRt_wavxXM">
</iframe>
</body>
</html>