parameters and actions of the setTimeout function.

6.1 Define a dynamic HTML document.

6.2 If you know the id of an HTML element, how can you get the DOM

address of that element in JavaScript?

6.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?

6.4 In what additional way can you obtain the DOM addresses of individual

radio buttons and checkboxes?

6.5 What is CSS-P?

6.6 Describe all the differences between the three possible values of the

position property.

6.7 What are the standard values for the visibility property?

6.8 What properties control the foreground and background colors of a

document?

6.9 What events can be used to change a font when the mouse cursor is

moved over and away from an element?

6.10 What property has the content of an element?

6.11 What JavaScript variable is associated with the z-index property?

6.12 To move an element to the top of the display, do you set its z-index

property to a large number or a small number?

6.13 What exactly is stored in the clientX and clientY properties after a

mouse click?

6.14 What exactly is stored in the screenX and screenY properties after a

mouse click?

6.15 Describe the parameters and actions of the setTimeout function.

6.16 Why is security so important on a website and what steps must you do as a web designer to insure security.