Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Microsoft 98-383 Introduction to Programming Using HTML and CSS Exam Practice Test

Demo: 6 questions
Total 40 questions

Introduction to Programming Using HTML and CSS Questions and Answers

Question 1

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.

Options:

Question 2

You are creating a web page that displays a How-To video. When accessing the video, the user must be able to play, pause, and seek. The file name of the video is HowTo.mp4, and exists in the same folder as the webpage.

If the user’s browser does not support HTML5, the page must display this message: Your browser does not support playing this video.

How should you construct the markup? To answer, drag the appropriate markup segments to the correct locations. Each markup 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.

Options:

Question 3

This question requires that you evaluate the underlined text to determine if it is correct.

You are reviewing a stylesheet created be a member of your team. The stylesheet includes a style that is defined as follows:

You apply the productBox style to a

.

The

will be displayed with white text on a green background.

Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.

Options:

A.

No change is needed.

B.

white text on a red background.

C.

black text on a green background.

D.

black text on a blue background.

Question 4

You are creating an HTML document that contains an essay with two sections.

You need to make it easy for the user to navigate from the top of the document to section 1.

How should you complete the markup? To answer, select the appropriate markup segments in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 5

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.

Options:

Question 6

You are analyzing a form that sends multiline comments to another page on the Internet. The following is the form’s markup:

No data is sent when the form is submitted.

You need to solve this problem so that the data in the text box is submitted.

What should you do?

Options:

A.

Replace the textarea element with an input element.

B.

Set the name attribute of the textarea element.

C.

Change the value of the method attribute to get.

D.

Set the id attribute of the form element.

Demo: 6 questions
Total 40 questions