Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saili-shinde/html-forms
https://github.com/saili-shinde/html-forms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/saili-shinde/html-forms
- Owner: saili-shinde
- Created: 2023-08-03T05:57:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T06:09:05.000Z (over 1 year ago)
- Last Synced: 2023-08-03T06:50:30.780Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML-Forms
## HTML Code:
```Form HTML 1
Student Registration Form
First Name:
Last Name:
Date Of Birth:
Email:
Mobile no. :
Gender:
male:
female:
Address:
City:
Pin Code:
State:
Country:
Hobbies :
drawing:
singing:
dancing:
sketching:
other:Qualification:
sr.no
Examination
Board
percentage
year of passing1
class X2
class XII3
graduation4
Master(10 char max)
(upto 2 decimal)Courses Applied For
BCA:
B.Com:
B.Sc:
B.A.:
```
## CSS Code:
```
section {
margin-top: 70px;
margin-bottom: 50px;
margin-right: 300px;
margin-left: 300px;
background-color:purple
}
h1 {
margin-top: 50px;
color: purple
}
table {
color: #ffffff;
padding: 10px;
margin: auto;
border: solid black;
}
th, td {
border: hidden
}```