Computer Science, asked by jkanika66, 5 months ago

Write the Html code to create the form as shown below:
Name
Email
Password
Phone
Gender
• Male
Female
Other
Language
Submit​

Answers

Answered by rannamansi
5

Answer:

anwer code in pic

this code is ony for styling the form:

use <br> for breaking lines.

<p> on each label input set for spacing.

of write css code.

<style>

label, input { margin: 10px;}

</style>

Attachments:
Similar questions