Write the html code to creat radio buttons for the education and specify all the degree
Answers
Answered by
14
DOCTYPE HTML>
<HTML>
<BODY>
<FORM ACTION=" " >
<INPUT TYPE="RADIO"
NAME= "GENDER" VALUE="MALE">
MALE <BR>
<INPUT TYPE= " RADIO"
NAME="GENDER" VALUE="OTHER">
OTHER
<\FORM>
<P> <B>
<\BODY>
<\HTML>
HOPE IT HELPS ✌
Similar questions