Computer Science, asked by akshaysonar18, 3 months ago

Write a HTML program to following dispaly​

Attachments:

Answers

Answered by brainlyhero98
0

OUTPUT

HTML PROGRAM

<html>

<head><title>Use of form</title></head> <body bgcolor="#e69900">

<font face="Times New Roman">

<h1>Use of form</h1>

<form>

Enter your name :<input type="text" name="yourname"><br>

Enter your standard :<input type="radio" name="std">11<sup>th</sup><input type="radio" name="std"> 12<sup>th</sup><br>

Choose your optional subjects :<br>

<input type="checkbox" name="subject">Hindi<br>

<input type="checkbox" name="subject">German<br>

<input type="checkbox" name="subject">Biology<br>

<input type="checkbox" name="subject">IT<br>

<input type="checkbox" name="subject">Mathematics<br>

</font>

<input type="submit" value="SUBMIT">

</form>

</body>

</html>

Attachments:
Similar questions