You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
302 B
18 lines
302 B
4 years ago
|
*A warm-up quiz about the DOM*
|
||
|
|
||
|
Complete this quiz in class
|
||
|
|
||
|
1. The DOM stands for 'Document Object Management'
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|
||
|
|
||
|
2. The DOM can be thought of as a tree
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|
||
|
|
||
|
3. Using the Web API, you can manipulate the DOM
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|