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

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.

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.