| Exam Code/Number: | 70-480Join the discussion |
| Exam Name: | Programming in HTML5 with JavaScript and CSS3 |
| Certification: | Microsoft |
| Question Number: | 322 |
| Publish Date: | Aug 29, 2026 |
|
Rating
100%
|
|
You have the following markup.
You need to rotate the div programmatically by 45 degrees.
Which line of code should you use?
You have a page that uses HTML5 and CSS3. The page contains the following markup.
What are the font color and the background color of the links when the page renders? To answer, drag the appropriate colors to the correct locations. Each color 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.
NOTE: Each correct selection is worth one point.


You develop an HTML5 application that interacts with a REST service. The REST service accepts JSON data.
A JavaScript object named form Data contains data that is sent to the REST service.
You need to convert the JavaScript object named formData into JSON.
Which code segment should you use?
You develop an HTML5 web application. The web application contains a form that allows users to enter only their month of birth.
The value that the users enter must be numbers between 1 and 12, inclusive.
You need to implement the form element for the month of birth.
Which element should you use?
You have the following markup:
You need to complete the styles to meet the following requirements:
How should you complete the styles? 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.
