Microsoft Exam Questions

Which two code segments should you include on the webpage?

You develop an HTML5 webpage that contains the following HTML markup:

<input id=”loanTermTextBox” type=”text” />
Users must enter a valid integer value into the text box.
You need to validate the data type that is received from the input element.
Which two code segments should you include on the webpage? (Each correct answer
presents a complete solution. Choose two.)

A.
Option A

B.
Option B

C.
Option C

D.
Option D

E.
Option E