Math, asked by singhsurender177, 4 months ago

Identify the errors in the given HTML programs and re-write the program after corrections-

a)

<html>

<body bgcolor=”pink”>

<form>

Enter Your Name: <input type=”Text”>size=”50”<BR>

Enter Age : <input type=”reset”><BR>

Gender : Male <Input type=”Radio” name=”R1”><BR>

Female<Input type=”Radio” name=”R2”><BR>

<form>

</body>

</html>
b)
html>

<body>

<center> Membership Form <center>

Enter Name of the candidate : <input type=”text”><br>

Enter Contact No. :<input type=”radio”><br>

Facilities opted : <input type=”checkbox” name=”c1”>Restaurant<br>

<Input type=”check box” name=”c1”> Gym<br>

<Input type=”check box” name=”c1”> Library<br>

<Input type=”check box” name=”c1”> Sports<br>

<Input type=”submit”> </input>

</form>

</body>

</html>​

Answers

Answered by gvjjj391
1

Answer:

what is this

??? I can't understand this

Similar questions