You declare the following button element.
<input type="button" id= "About" value="About" />
When a user clicks the button, a JavaScript function named About must be called.
You need to create an event handler that calls the About function when the button is clicked.
Which two code segments can you use? (Each correct answer presents a complete solution.
Choose two.)
B. Option B
C. Option C
D. Option D
Answer: CD
No comments:
Post a Comment
Note: only a member of this blog may post a comment.