Computer Science, asked by astuyd797, 1 year ago

Write the html code to creat radio buttons for the education and specify all the degree

Answers

Answered by rishabmodi99
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