-
Notifications
You must be signed in to change notification settings - Fork 0
/
form design.html
40 lines (38 loc) · 1.18 KB
/
form design.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
<html>
<body >
<b><font face="Kunstler Script" font size=15 ><center>instagram</center></font></b>
<hr>
<hr>
<font face="Algerian" font size=5 font color="black"><center>FORM DESIGN</center></font>
<hr>
<hr>
<form>
<font color="black">
Username: <input type=''text''><br>
<br>
E-mail: <input type="email"><br>
<br>
Password: <input type="password"><br>
<br>
Enter URL: <input type="url"><br>
<br>
Gender: <input type="radio" name="r1">MALE
<input type="radio" name="r1">FEMALE<br>
<br>
D.O.B:<input type="date"><br>
<br>
Language: <input type="checkbox">English
<input type="checkbox">Hindi
<input type="checkbox">Marathi
<input type="checkbox">Gujarati
<input type="checkbox">Telugu<br>
<br>
Bio:<textarea></textarea>
<br>
<input type="submit" value="register">
<input type="reset"> <br>
<br>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
</form>
</body>
</html>