https://github.com/dracula27/freecodecamp_responsivewebdesign_registrationform
You can use HTML forms to collect information from people who visit your webpage. In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page.
https://github.com/dracula27/freecodecamp_responsivewebdesign_registrationform
css css3 freecodecamp freecodecamp-challenge freecodecamp-curriculum freecodecamp-front freecodecamp-frontend freecodecamp-project html html-css html5 html5-css3
Last synced: 5 months ago
JSON representation
You can use HTML forms to collect information from people who visit your webpage. In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page.
- Host: GitHub
- URL: https://github.com/dracula27/freecodecamp_responsivewebdesign_registrationform
- Owner: DrAcula27
- Created: 2024-04-06T18:27:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:35:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T17:17:36.067Z (10 months ago)
- Topics: css, css3, freecodecamp, freecodecamp-challenge, freecodecamp-curriculum, freecodecamp-front, freecodecamp-frontend, freecodecamp-project, html, html-css, html5, html5-css3
- Language: HTML
- Homepage: https://dracula27.github.io/freeCodeCamp_responsiveWebDesign_registrationForm/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp_responsiveWebDesign_registrationForm
## Live Demo
[Registration Form](https://dracula27.github.io/freeCodeCamp_responsiveWebDesign_registrationForm/)
## Project Information
The fourth of four(4) learning projects before the first certification project in freeCodeCamp's [Responsive Web Design course](https://www.freecodecamp.org/learn/2022/responsive-web-design/).
The course/project description from their website is as follows:
> You can use HTML forms to collect information from people who visit your webpage. In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page.