5 <meta content=
"text/html; charset=UTF-8" http-equiv=
"Content-Type">
7 <style type=
"text/css">
12 background: -moz-linear-gradient
(top
, #888888, #8f8f8f);
13 font-family: "Segoe UI Semibold";
18 background: rgba
(255,255,255,.65);
19 border: 1px solid white
;
48 <label for=
"fname">First Name
</label>
50 <input name=
"fname" placeholder=
"Enter First Name" type=
"text">
53 <label for=
"email">E-Mail
</label>
55 <input name=
"email" type=
"email">
58 <label for=
"age">Age
</label>
60 <input name=
"age" min=
"1" max=
"120" type=
"number">
63 <label for=
"satisfaction">Satisfaction
</label>
65 <input name=
"satisfaction" min=
"1" max=
"12" value=
"6" type=
"range">