Microsoft Programming in HTML5 with JavaScript and CSS3 - 70-480무료 덤프문제 풀어보기
You have a page that contains the following HTML5 markup.

You need to set up the background of all the tile div elements as shown in the following exhibit.

How should you set the CSS style for the div elements? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


You need to set up the background of all the tile div elements as shown in the following exhibit.

How should you set the CSS style for the div elements? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

정답:

Explanation

You have a webpage that uses HTML5.
You plan to add the following text to the bottom of the page as a footer.
Our Address!
123 Here St.
Seattle, WA
Email: [email protected]
Copyright Fabrikam, Inc.
You need to use HTML5 to maximize Search Engine Optimization (SEO) for the page.
How should you structure the content at the bottom of the page?


You plan to add the following text to the bottom of the page as a footer.
Our Address!
123 Here St.
Seattle, WA
Email: [email protected]
Copyright Fabrikam, Inc.
You need to use HTML5 to maximize Search Engine Optimization (SEO) for the page.
How should you structure the content at the bottom of the page?


정답: B
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 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?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
You have a stylesheet for an existing website.
The website contains the following HTML markup.
You need to apply a custom font named MyFont1 to all of the navigation elements.
You write the following markup in the stylesheet.
How should you complete the markup? 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.

The website contains the following HTML markup.
You need to apply a custom font named MyFont1 to all of the navigation elements.
You write the following markup in the stylesheet.
How should you complete the markup? 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.

정답:

Explanation

References:
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
https://www.html5rocks.com/en/tutorials/webfonts/quick/
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 need to group relevant page content together to maximize search engine readability.
Which tag should you use?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
You have the following markup.

You need to ensure that when the button is clicked, a message appears that displays the value of the button.
How should you complete 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.


You need to ensure that when the button is clicked, a message appears that displays the value of the button.
How should you complete 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.

정답:

Explanation

You need to create a page that displays four columns of text. The columns must be 20px apart, and a double rule must appear between the columns.
How should you complete the CSS markup? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

How should you complete the CSS markup? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

정답:

Explanation

Reference: https://www.w3schools.com/Css/css3_multiple_columns.asp
You need to create a field that meets the following requirements:
Validates an email address
Uses AutoComplete
Requires a value
You write the following code.

How should you complete the 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.

Validates an email address
Uses AutoComplete
Requires a value
You write the following code.

How should you complete the 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.

정답:

Explanation

References:
https://www.w3schools.com/tags/att_input_autocomplete.asp
You have the following HTML code.

You need to identify how Text1 and Text2 will be displayed.
What should you identify?
A)

B)

C)

D)


You need to identify how Text1 and Text2 will be displayed.
What should you identify?
A)

B)

C)

D)

정답: B
설명: (Fast2test 회원만 볼 수 있음)
You develop an HTML5 webpage. You have the following HTML markup: (Line numbers are for reference only.)

The webpage also contains the following CSS markup:

You need to determine how the webpage will appear when the CSS styles are applied.
Select two.

The webpage also contains the following CSS markup:

You need to determine how the webpage will appear when the CSS styles are applied.
Select two.
정답: B,D
설명: (Fast2test 회원만 볼 수 있음)
You are creating a class named Sedan that must inherit from the Car class. The Sedan class must modify the inherited fourDoor () method. The Car class is defined as follows.

Future instances of Sedan must be created with the overridden method.
You need to write the code to implement the Sedan class.
Which two code segments should you use? (Each correct answer presents part of the solution. Choose two.)


Future instances of Sedan must be created with the overridden method.
You need to write the code to implement the Sedan class.
Which two code segments should you use? (Each correct answer presents part of the solution. Choose two.)

정답: A,D
설명: (Fast2test 회원만 볼 수 있음)