-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter 4.html
More file actions
183 lines (168 loc) · 6.73 KB
/
chapter 4.html
File metadata and controls
183 lines (168 loc) · 6.73 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chapter 4</title>
</head>
<body>
<!-- lists -->
<ul type="circle">
<li>about</li>
<li>services</li>
<li>home</li>
</ul>
<ol>
<li>about</li>
<li>services</li>
<li>home</li>
</ol>
<ol type="A">
<li>services</li>
<li>objective</li>
<li>source</li>
<li>device</li>
</ol>
<!-- tables -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tables</title>
</head>
<body>
<dvi>
<table>
<thead>
<caption> <b>THE LAST MATCH </b></caption>
<tr>
<th>s.no</th>
<th>score</th>
<th>matches</th>
<th>totalb</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>137</td>
<td>15</td>
<td>250</td>
</tr>
<tr>
<td>2</td>
<td>137</td>
<td>16</td>
<td>250</td>
</tr>
<tr>
<td>3</td>
<td>137</td>
<td>17</td>
<td>250</td>
</tr>
</tbody>
</table>
</div>
<!-- forms -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>forms</title>
</head>
<body>
<div>
<h1>BRAIN BRUST</h1>
<form action="form.php"></form>
<li>question no 1</li>
<input type="text" placeholder=" CAPITAL OF PAKISTAN "><br>
<label for=" ISLAMMABAD">
<input type="radio" value="ISLAMMABAD" name="CAPITAL" id="ISLAMMABAD"> ISLAMMABAD
</label>
<label for=" LAHORE">
<input type="radio" value="LAHORE" name="CAPITAL" id="LAHORE"> LAHORE
</label>
<label for=" GILGITE">
<input type="radio" value="GILGITE" name="CAPITAL" id="GILGITE"> GILGITE
</label>
</div>
<br><hr>
<div>
<li>question no 2</li>
<input type="text" placeholder="what is your section"><br>
<label for="sectionida">
<input type="radio" value="section a" name="section" id="sectionida"> SECTION A
</label>
<label for="sectionidb">
<input type="radio" value="section b" name="section" id="sectionidb"> SECTION B
</label>
<label for="sectionidc">
<input type="radio" value="section c" name="section" id="sectionidc"> SECTION C
</label>
<label for="sectionidd">
<input type="radio" value="section d" name="section" id="sectionidd"> SECTION D
</label>
<hr>
<br>
<!-- checkbox -->
<li>checkbox</li>
<input type="text" placeholder="merital status"><br>
<input type="checkbox" id="merital status" name="status" class="blue">
<label for="merital status" >]
<hr>
<!-- button -->
<LI>BUTTON</LI>
<p>ASLAM </p>
<input type="button" value="NO">
<input type="button" value="yes">
</label>
<hr><br>
<!-- textarea -->
<li>TEXTAREA</li>
<textarea name="persoality" id="persoality" cols="50" rows="20" placeholder="write something about you"></textarea>
<hr><br>
<!-- color -->
<li>COLOUR</li>
<input type="color" >
<hr><br>
<!-- DATE AND TIME -->
<li>bDATE AND TIME</li>
<input type="datetime-local">
<hr><br>
</body>
!
<!-- OTHER TAGS -->
<!-- SELECT -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TAGS</title>
</head>
<body>
<div>
<li>favroute colour</li>
<select name="coloure" id="cloure">
<option value=""selected>choose an option</option>
<option value="white">white</option>
<option value="black" >black</option>
<option value="green">green</option>
</select>
</div>
<hr><br>
<div>
<iframe width="670" height="335" src="https://www.youtube.com/embed/i1Bs4_rqig8?si=u3LJJn2Fb1o30WR1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<br><hr>
<iframe width="720" height="300" src="https://www.youtube.com/embed/i1Bs4_rqig8?si=u3LJJn2Fb1o30WR1" title="ducky bhi" frameborder="0" allowfullscreen></iframe>
<br> <hr>\
</body>
</html>
</html>
</body>
</html>
</body>
</html>