Online Access Free 70-480 Exam Questions
Exam Code: | 70-480 |
Exam Name: | Programming in HTML5 with JavaScript and CSS3 |
Certification Provider: | Microsoft |
Free Question Number: | 322 |
Posted: | Sep 07, 2025 |
You are creating a JavaScript function that displays the name of a web application.
You declare the following button element.
When a user clicks the button, a JavaScript function named Contact must be called.
You need to create an event handler that calls the Contact function when the button is clicked.
Which two code segments can you use? (Each correct answer presents a complete solution. Choose two.)
You are developing an HTML5 web form to collect feedback information from site visitors.
The web form must display an INPUT element that meets the following requirements:
You need to add the INPUT element to the form.
Which HTML element should you add?
You develop an HTML5 application that allows images to be dragged and dropped within a webpage. The webpage contains a DIV element and four IMG elements as defined in the code segment below:
You need to enable drag and drop for the application.
How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)
You develop the following code:
You need to complete the code to meet the following requirements:
How should you compete 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.