MCQOPTIONS
Saved Bookmarks
| 1. |
What is the procedure to add methods to HTMLElement so that they will be inherited by the objects that represent the HTML tags in the current document? |
| A. | HTMLElement.prototype(…) |
| B. | HTMLElement.prototype |
| C. | HTML.addmethods() |
| D. | HTML.elements(add) |
| Answer» C. HTML.addmethods() | |