-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
<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> |
Metadata
Metadata
Assignees
Labels
No labels