| Exam Code/Number: | 70-480Join the discussion |
| Exam Name: | Programming in HTML5 with JavaScript and CSS3 |
| Certification: | Microsoft |
| Question Number: | 322 |
| Publish Date: | Jul 12, 2026 |
|
Rating
100%
|
|
You are developing an HTML5 web application and are styling text.
You need to use the text-transform CSS property.
Which value is valid for the text-transform property?
You are modifying a blog site to improve search engine readability.
You need to group relevant page content together to maximize search engine readability.
Which tag 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.

You develop an HTML5 webpage. You have the following HTML markup:
You also have the following JavaScript code:
You need to post messages by using the HTML5 WebSocket API.
Which code segment should you use?
You are creating a JavaScript object that represents an employee.
You need to extend the Employee object by adding the GetPayroll() method.
You need to ensure that all future instances of the Employee object implement the GetPayroll() method.
Which code segment should you use?