Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Class6
Form Data Capture, the Document Object Model, and Multi-page Sites!
### Review from last class
## Form Data Capture
1. Triggering data capture
2. Capturing and formatting form data
## Document Object Model (DOM)
1. DOM Methods
2. DOM Events
3. CSS Manipulation
## Multi-page sites
1. Create multiple pages
2. Navigate!
## Review for Midterm
### Resources
- [DOM Document](https://www.w3schools.com/js/js_htmldom_document.asp)
- [DOM Events](https://www.w3schools.com/js/js_htmldom_events.asp)
- [CSS Manipulation](https://www.w3schools.com/js/js_htmldom_css.asp)
- [JSON Parse](https://www.w3schools.com/jsref/jsref_parse_json.asp)