Online Access Free 070-480 Exam Questions
Exam Code: | 070-480 |
Exam Name: | Programming in HTML5 with JavaScript and CSS3 |
Certification Provider: | Microsoft |
Free Question Number: | 322 |
Posted: | Sep 07, 2025 |
You have the following markup.
For each of the following statements, select Yes if the statement is true. Otherwise, select False.
NOTE: Each correct selection is worth one point.
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 have a web page that contains the following markup.
You need to ensure that css1.css is used only when the current browser width is less than 800px.
Which markup should you add to the web page?
You are developing an HTML5 web application for a surveyor company that displays topographic images.
The application must:
* Display the topographic images at different zoom levels without loss of detail
* Print the topographic images without loss of detail
* Work from only one source file for each topographic image
You need to ensure that the topographic images display according to the requirements.
Which HTML5 element should you use?