Computer Science, asked by rachit0712, 4 months ago

Write a HTML Code for the above Form:​

Attachments:

Answers

Answered by prarthanamurali2020
4

Answer:

biography.html

Explanation:

coz this is about your biography so...

Answered by shikharmat
2

Answer:

<HTML>

<Head>

<Title>form</title>

<Style type="text/css">

Body{background-color:orange;}

</Style>

</Head>

<Form>

<Input type="text" name="student name" placeholder="ENTER STUDENT NAME"><br>

<Input type="text" name="father name">

<Input type="text" name="mother name"><br>

<Input type="radio" name="gender">

<Option>male</option>

<Option>female</option>

</Form>

</Body>

</HTML>

Similar questions