Problem
1. Define a dynamic HTML document.
2. If you know the id of an HTML element, how can you get the DOM address of that element in JavaScript?
3. If you have a variable that has the id of an HTML element, how can you get the DOM address of that element in JavaScript?
4. In what additional way can you obtain the DOM addresses of individual radio buttons and checkboxes?