Multiple Choice
If the HTML5 form game has a text field named point in it, what is the proper way to set the text associated with point to 10
A) game.point = "10"
B) game.point.text = "10"
C) game.point.caption = "10"
D) game.point.value = "10"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Change an image's _ attribute to change
Q14: Which of the following are valid names
Q15: Which of the following is not a
Q16: What would the function cube return, assuming
Q17: The "prepackaged" functions that belong to JavaScript
Q19: Giving a local function variable the same
Q20: All variables declared in function definitions are
Q21: Which of the following is a legal
Q22: The style of programming in which the
Q23: A function that calls itself either directly