https://github.com/hombre2014/htmlforms
https://github.com/hombre2014/htmlforms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hombre2014/htmlforms
- Owner: Hombre2014
- Created: 2021-10-24T10:21:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T14:50:05.000Z (over 3 years ago)
- Last Synced: 2025-02-01T03:18:33.295Z (4 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMLforms
## Assignment
- Go to Mint.com’s signup page and have a look around. The form isn’t exceptionally complicated.
- Follow the instructions atop the Recipes project to set up a GitHub repository for this project (of course you’ll need to change the title).
- Create a blank HTML document.
- Plan out how the elements on the page need to be grouped together.
- Lay out the empty semantic HTML elements for the major sections (form, sidebar, footer…) and make them the proper size and alignment. It may be helpful to change their background colors while you’re positioning them on the page. Don’t forget to use your browser’s developer tools (right click on the page, click “inspect element")!
- Fill in the elements with the content you want to include.
- Now style them to look like the real webpage.
- Push your solution up to GitHub and you’re good to go!