-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINDEX.HTML
More file actions
225 lines (204 loc) · 7.58 KB
/
INDEX.HTML
File metadata and controls
225 lines (204 loc) · 7.58 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<!-- <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Webpage</title>
</head>
<body bgcolour="#000000">
<h1>Home</h1> -->
<!-- <h2>inspect</h2>
<h3>Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>
<h6>Hellok</h6>-->
<!-- <HR>
<P>Lorem ipsum dolor sit amet consectetur adipisicing elit.<br> Voluptas, fugit omnis qui tempore eos quae eaque dolore sequi dicta molestias et eum ducimus culpa incidunt praesentium, nobis explicabo illo soluta?</P>
<hr>
<strike>this is a pen </strike><br>
<img src="images.png" alt="images" width="104pxl" height="142pxl" >
<a href="http://www.facebook.com" target="_blank">This is link </a>
<p><B>Lorem ipsum, dolor sit </B>amet <i>consectetur</i> adipisicing elit. Quaerat<u> officia a<> quas placeat error!</u> Iusto sed <br>reprehenderit optio voluptate in laudantium! Quis quam laboriosam enim doloribus, expedita eius debitis<br> ½ <br>©<br> H<sub>2</sub>O <br> M<sup>2</sup></p>
<ol>
<li>tisd</li>
<li>nnkj,</li>
<li>llkl,</li>
<li>jhjk,</li>
</ol>
<ol type="a">
<li>ssf</li>
<li>ssf</li>
<li>ssf</li>
<li>ssf</li>
</ol>
<ol type="I" start="3">
<li>aswed</li>
<li>aswed</li>
<li>aswed</li>
<li>aswed</li>
</ol>
<ul type="square" >
<li>list item</li>
<ol type="a">
<li>list item</li>
<li>list item</li>
<li>list item</li>
<li>list item</li>
</ol>
<li>item</li>
<ol type="" >
<li>list item</li>
<li>list item</li>
<li>list item</li>
<li>list item</li>
</ol>
<li>list</li>
</ul>
<dl>
<dt>HTML</dt>
<dd>Hyper text markup language</dd>
</dl>
<img src="images.png" alt="inmages" align="centre" width="104" height="142" border="2">
<a href="https://www.flipkart.com" ><font colour="000000"> link</font></a>
-->
<!-- <table border="1" bgcolor="green" align="center" cellpadding="15" >
<caption align="bottom">my table</caption>
<tr>
<th>Name </th>
<th>roll</th>
<th>sec </th>
</tr>
<tr>
<td>arsh</td>
<td>10</td>
<td>A</td>
</tr>
<tr>
<td>amih</td>
<td>1</td>
<td>D</td>
</tr> -->
<!-- <table border="1" bgcolor="white" align="center" cellpadding="15" >
<caption align="bottom">my table</caption>
<tr>
<th>Name </th>
<th>roll</th>
<th>sec </th>
</tr>
<tr>
<td colspan="2">arsh</td>
<td rowspan="2">10</td>
<td>A</td>
</tr>
<tr>
<td>amih</td>
<td>1</td>
<td>D</td>
</tr>
</table> -->
<!-- <table border width="750" bgcolor="yellow" >
<tr>
<td colspan="4" align="center"><h1><u>Page Banner</u></h1></td>
</tr>
<tr>
<td rowspan="2" width="30%" bgcolor="white">nav</td>
<td colspan="2" width="30%"><b>feature<b></td>
<td rowspan="2" width="30%"><u>authentic</u></td>
</tr>
<tr>
<td width="25%">features</td>
<td width="35%"><i>krishna<i></td>
</tr>
</table> -->
<!-- <form action="" method="" target="">
<p>First Name: <input type="text" name="fname" maxlength="50"></p>
<p><input type="submit" name="fsubmit1" value="Send info"></p>
</form> -->
<!--
</body> -->
<head>
<title>Form_Text_Type </title>
</head>
<body bgcolor="lightblue">
<!-- <h1><font color = blue ><center>Please enter the following BoiData</center></font></h1>
<form name="fome 1" method="get" Action="URL">
First Name:<Input Type="text" name="=fname" size="15" maxlength="25"><br>
Last Name:<Input Type="text" name="lname" size="15" maxlength="25"><br>
Nationality: <Input Type="text" name="country" size="25" maxlength="25"><br>
Phone Number:<Input Type="text" name="phone" size="12" maxlength="12"><br>
Password:<input type="password" name="password" size="10" maxlength="6"><br>
</form>
<h1><font color=green >Please chek one of the following</font> </h1>
<form name="fome3" action="url" method="get">
<font color="green" size="6"> Select Country:</font><br>
Jordan:<input type="checkbox" name="country" checked><br>
Yemen:<input type="checkbox" name="country"><br>
India:<input type="checkbox" name="country"><br>
<br> -->
<!-- <font colour blue
</form>
<form name="fome3" action="url" method="get">
<font color="green"> Select Country:</font><br>
Jordan:<input type="radio" name="country" checked><br>
Yemen:<input type="radio" name="country"><br>
India:<input type="radio" name="country"><br>
<br>
</form> -->
<div align="center">
<h1>About Baby</h1><br>
<form>
<FONT COLOR="green">press here to see baby shouting :<br>
<input type="button" value="press me">
<br><br>
<FONT COLOR="BLUE">click here to see baby playing :<br>
<input type="button" value="click me">
<br><br>
<FONT COLOR="red">hit here to see baby eating :<br>
<input type="button" value="hit me">
<br><br>
</form>
<form action="url" method="get">
First Name:<Input Type="Text" size="25" name="firstname"><br>
First Name:<input type="text" size="25" name="lastname"><br>
<br>
<input type="submit" value="submit"><br>
<font color="red">press here for reset <br>
<Input Type="reset" value="Reset"><br>
<font color="blue">
click here to go india:<input type="img">
<image src="images.png" width="104" height="50">
</form>
<form>
<h3>
<font color=forestgreen>please attatch your file here for uploading to
my <font color="red">Server...<br>
<input typ="file" name="my file" size="30">
<input type="submit" value="submitfile">
</form>
<form action="">
<testarea cols="40 " rows="20" Name="comments">
from observing the apathy of those about me during flag raising i concluded that patriotism if not
actually on the decline is atleast in state of dormancy.<br>
</testarea>
<font color="black">
select the cities you have visited:</font>
<select name="list" size="3">
<option>Delhi</option>
<option>Agra</option>
<option>bombay</option>
<option>hyderabad</option>
<option>masoori</option>
</select>
</form>
What type of computer do you have<br>
<form>
<Select Name="Computer Type" size="3">
<option value="ibm" selected>ibm</option>
<option value="dell">dell</option>
<option value="lenevo">lenevo</option>
<option value="apple">apple</option>
<option value="other">other</option>
</Select>
</div>
</body>
</html>