070-480 試験問題を無料オンラインアクセス
試験コード: | 070-480 |
試験名称: | Programming in HTML5 with JavaScript and CSS3 |
認定資格: | Microsoft |
無料問題数: | 322 |
更新日: | 2025-09-04 |
You are developing a web page for runners who register for a race. The page includes a slider control that allows users to enter their age.
You have the following requirements:
* All runners must enter their age.
* Applications must not be accepted from runners less than 18 years of age or greater than 90 years.
* The slider control must be set to the average age (37) of all registered runners when the page is first displayed.
You need to ensure that the slider control meets the requirements.
What should you do? (To answer, drag the appropriate word or number to the correct location in the answer area. Each word or number may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
You have the following markup.
You need to ensure that when the button is clicked, a message appears that displays the value of the button.
How should you complete the code? To answer, drag the appropriate code elements to the correct targets in the answer area. Each code element may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
You develop an HTML5 webpage that contains the following HTML markup:
Users must receive a message after they click the Submit button if the text entered into the favoriteColor text box is fewer than 2 characters or greater than 10 characters.
You need to implement the testLength() function.
Which code segment should you use?
You have a webpage that includes the following markup and code:
You need to troubleshoot the code by clicking the Submit button.
Which value will be displayed?