Microsoft Introduction to Programming Using HTML and CSS - 98-383 FREE EXAM DUMPS QUESTIONS & ANSWERS
A webpage contains the following HTML:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.


For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation

References: https://www.w3schools.com/css/css_positioning.asp
You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example:

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


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

Correct Answer:

Explanation


References: https://www.w3schools.com/cssref/default.asp
You are designing a website for Margie's Travel. The website uses external stylesheets.
You need to create a style that centers all h1 elements on the page.
How should you complete the code? To answer, drag the appropriate code segment to the correct location in the code. Each code segment 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. text-align center h1 = : ; .h1

You need to create a style that centers all h1 elements on the page.
How should you complete the code? To answer, drag the appropriate code segment to the correct location in the code. Each code segment 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. text-align center h1 = : ; .h1

Correct Answer:

Explanation

References: https://www.w3schools.com/css/css_syntax.asp
You define the following styles in a style block:
You write the following HTML:

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the CSS style and markup.

NOTE: Each correct selection is worth one point.
You write the following HTML:

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the CSS style and markup.

NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation

References: https://www.w3schools.com/html/html_css.asp