70-480 무료 덤프문제 온라인 액세스
시험코드: | 70-480 |
시험이름: | Programming in HTML5 with JavaScript and CSS3 |
인증사: | Microsoft |
무료 덤프 문항수: | 322 |
업로드 날짜: | 2025-08-30 |
You have the following code.
You need to add a function that meets the following requirements:
* Extends the LogData functionality
* Applies to all of the instances of LogData
* Returns the stackTrace and the exceptionId
How should you complete this code? To answer, drag the appropriate code elements to the correct targets.
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.
NOTE: Each correct selection is worth one point.
You have the following code:
You need to convert objStr into an array.
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 are developing an HTML5 page that includes several paragraph elements.
You have the following requirements:
* Add a drop shadow that is one inch below the text in the paragraph
* Set the radius of the drop shadow to five pixels
You need to style the paragraphs to meet the requirements.
Which CSS style should you use?
You are modifying a website. The body of the page will be divided into two sections:
* A content section will contain blog posts and comments.
* An area on the right-hand side will contain advertisements.
The page is defined by the following HTML.
The site must conform to HTML5 standards and must use HTML5 semantic tags.
You need to ensure that the advertisements are on the rightmost section of the page.
Which tag should you use?