File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=\, initial-scale=1.0 " />
6
+ < title > Register</ title >
7
+ </ head >
8
+ < body >
9
+ < a href ="index.html "> inndex</ a >
10
+ < form action ="">
11
+ First Name:< br > < input type ="text "> < br >
12
+ Last Name:< br > < input type ="text "> < br >
13
+ Email:< br > < input type ="email "> < br >
14
+ password: < br > < input type ="password "> < br >
15
+ Birthday: < br > < input type ="date "> < br >
16
+ Genger:< br >
17
+ < input type ="radio " name ="gender "> female< br >
18
+ < input type ="radio " name ="gender "> Male< br >
19
+ < input type ="radio " name ="gender "> Other< br >
20
+ Pet:< br >
21
+ < input type ="checkbox " name ="pet "> cat< br >
22
+ < input type ="checkbox " name ="pet "> dog< br >
23
+ < input type ="checkbox " name ="pet "> brid< br >
24
+ < input type ="checkbox " name ="pet "> Other< br >
25
+ car:< br >
26
+ < select name ="car " id ="">
27
+ < option value ="BYD " selected > BYD</ option >
28
+ < option value ="mg " selected > mg</ option >
29
+ < option value ="BYD " selected > GTR</ option >
30
+ </ select > < br > < br >
31
+
32
+
33
+
34
+
35
+ < input type ="submit " value ="register ">
36
+ < input type ="reset " value ="reset ">
37
+ </ form >
You can’t perform that action at this time.
0 commit comments