Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saili-shinde/html-forms


https://github.com/saili-shinde/html-forms

Last synced: about 1 month ago
JSON representation

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 passing

1
class X

2
class XII

3
graduation

4
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
}

```