Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working of forms #15

Open
sivaramakrishna13 opened this issue Dec 31, 2024 · 0 comments
Open

Working of forms #15

sivaramakrishna13 opened this issue Dec 31, 2024 · 0 comments

Comments

@sivaramakrishna13
Copy link

sivaramakrishna13 commented Dec 31, 2024

<title>Registration Form</title><style>body {font-family: Arial, sans-serif;background-color: #f4f4f4;color: #333;margin: 20px;}h1 {text-align: center;color: #333;}table {margin: 0 auto;border-collapse: collapse;width: 50%;}table, th, td {border: 1px solid #ccc;}th, td {padding: 10px;text-align: left;}th {background-color: #f2f2f2;}input[type="text"], input[type="password"], input[type="number"], input[type="date"], select, textarea {width: 100%;padding: 8px;margin: 4px 0;box-sizing: border-box;}input[type="submit"], input[type="reset"] {width: 48%;padding: 10px;margin: 4px 1%;background-color: #4CAF50;color: white;border: none;cursor: pointer;}input[type="reset"] {background-color: #f44336;}input[type="submit"]:hover, input[type="reset"]:hover {opacity: 0.9;}</style>

Registration Form

Personal Information
First Name:
Last Name:
Password:
Age:
Date of Birth:
Gender: Male Female Other
Hobbies: Reading Traveling Cooking Sports
Country:Select a countryUSACanadaUKAustraliaIndia
Address: <textarea name="address" rows="4" required></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant