The all collection is a property of the ________ object.
a) pText
b) HTML
c) BODY
d) document
Question 2
Consider the following HTML document.
1
2
3
4 Object Model
5
6
13
14
15
16
17
18 Welcome to our Web page
19
20
21
Which of the following selections a true statement?
a) The script should reside outside of the tags.
b) The pText object does not have an innerText attribute.
c) The function start in line 16 should be in quotes.
d) The method alert in line 9 should be window.alert(pText.innerText).