Introduction to Programming Using HTML and CSS

Here you have the best Microsoft 98-383 practice exam questions

  • You have 37 total questions to study from
  • Each page has 5 questions, making a total of 8 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 14, 2024
Question 1 of 37

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, elect No.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    References:

    https://www.navegabem.com/absolute-or-relative-links.html

    https://mor10.com/html-basics-hyperlink-syntax-absolute-relative-and-root-relative/ https://kb.iu.edu/d/abwp

Question 2 of 37

HOTSPOT -

You are creating a website for a florist.

The home page contains images of different types of flowers. When the user clicks on a flower, another webpage will load that displays flowers of that type sold by the florist.

The link for carnations must meet the following requirements:

✑ [1]

✑ When the image is clicked, the page carnations.html must load.

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

Hot Area:

    Correct Answer:

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

Question 3 of 37

HOTSPOT -

You are designing a website for Litware, Inc.

A webpage must display the following list of numbered steps:

1. Download.

2. Install the update.

3. Restart your computer.

You need to create the necessary markup.

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

Hot Area:

    Correct Answer:

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

Question 4 of 37

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?

    Correct Answer: B

    To ensure that the data in the textarea element is submitted, you need to set the name attribute of the textarea element. The name attribute is used to identify form data after it is submitted to the server. Without the name attribute, the value of the textarea will not be sent. The id attribute is primarily used for CSS and JavaScript purposes, and changing the method attribute to 'get' still wouldn't solve the issue as the name attribute is missing. Therefore, adding the name attribute to the textarea will resolve the problem.

Question 5 of 37

HOTSPOT -

You are designing a webpage that tests a user's ability to remember a list of ordered items in a particular category. The page must contain a header that displays the category and a list of items in that category. An example is shown in the exhibit. (Click the Exhibit tab.)

Exhibit -

Fruit -

1. Apple

2. Pear

3. Orange

This page will test your ability to remember the order of the preceding items.

Glance at the list for 3 seconds.

Then close your eyes and recite the items in the order listed.

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

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    References: https://www.w3schools.com/tags/default.asp