File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
days/005-008-html5/demos/signup Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11
11
< body >
12
12
13
13
<!-- sign up form here ... -->
14
+ < h1 > Sign up for FoxRem</ h1 >
15
+
16
+ < form action ="" method ="post ">
17
+
18
+ < input type ="text " name ="full_name " placeholder =" full name ">
19
+ < input type ="text " name ="email " placeholder =" email ">
20
+ < input type ="text " name ="password " placeholder =" password ">
21
+ < select name ="heard_of ">
22
+ < option value ="" selected > Please select an option</ option >
23
+ < option value ="podcast "> Podcast</ option >
24
+ < option value ="search "> Search engine</ option >
25
+ < option value ="friend "> Friend's recommendation</ option >
26
+ </ select >
27
+ < button type ="submit "> Register</ button >
28
+
29
+ </ form >
30
+
31
+
14
32
15
33
< script src ="https://code.jquery.com/jquery-3.3.1.min.js "> </ script >
16
34
< script src ="extras/form_hook.js "> </ script >
You can’t perform that action at this time.
0 commit comments