<!DOCTYPE html>
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
href
=
<
link
rel
=
"stylesheet"
href
=
<
link
rel
=
"stylesheet"
href
=
</
head
>
<
body
>
<
center
>
<
h1
class
=
"text-success"
>GeeksforGeeks</
h1
>
<
strong
>SPECTRE Forms Form Radio Class</
strong
>
<
br
>
</
center
>
<
div
class
=
"form-group"
>
<
label
class
=
"form-label"
>
Name
</
label
>
<
input
class
=
"form-input"
placeholder
=
"Please type your name"
>
<
label
class
=
"form-label"
>
Mail Id
</
label
>
<
input
class
=
"form-input"
placeholder
=
"Your Mail Id"
>
<
br
>
<
label
class
=
"form-label"
>Gender</
label
>
<
label
class
=
"form-radio"
>
<
input
type
=
"radio"
name
=
"gender"
checked>
<
i
class
=
"form-icon"
></
i
> Male
</
label
>
<
label
class
=
"form-radio"
>
<
input
type
=
"radio"
name
=
"gender"
>
<
i
class
=
"form-icon"
></
i
> Female
</
label
>
</
label
>
<
br
>
<
center
>
<
button
class
=
"btn btn-success"
>
LogIn
</
button
>
<
button
class
=
"btn btn-error"
>
Sign Up
</
button
>
</
center
>
</
div
>
</
body
>
</
html
>