Solved

If the HTML5 Form Game Has a Text Field Named

Question 18

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions