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.
12 lines
762 B
12 lines
762 B
# Work a bit more with the DOM
|
|
|
|
## Instructions
|
|
|
|
Research the DOM a little more by 'adoping' a DOM element. Visit the MSDN's [list of DOM interfaces](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) and pick one. Find it being used on a web site in the web, and write an explanation of how it is used.
|
|
|
|
## Rubric
|
|
|
|
| Criteria | Exemplary | Adequate | Needs Improvement |
|
|
| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- |
|
|
| | Paragraph write-up is presented, with example | Paragraph write-up is presented, without example | No writeup is presented |
|