exam questions

Exam 98-383 All Questions

View all questions & answers for the 98-383 exam

Exam 98-383 topic 1 question 5 discussion

Actual exam question from Microsoft's 98-383
Question #: 5
Topic #: 1
[All 98-383 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:
References: https://www.w3schools.com/tags/default.asp

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Luz_230
9 months ago
<h1>Fruit</h1> <ol> <li>Apple</li> <li>Pear</li> <li>Orange</li> </ol> <p></p>
upvoted 2 times
...
kiese78
2 years, 4 months ago
<h1>Fruit</h1> <ol> <li>Apple</li> <li>Pear</li> <li>Orange</li> </ol> <p></p>
upvoted 4 times
...
Shuaib6447
2 years, 6 months ago
<h1>Fruit</h1> <ol> <li>Apple</li> <li>Pear</li> <li>Orange</li> </ol> <p></p>
upvoted 1 times
...
Kezzy
2 years, 8 months ago
<h1>Fruit</h1> <ol> <li>Apple</li> <li>Pear</li> <li>Orange</li> </ol> <p></p>
upvoted 1 times
...
Sasi7
3 years, 1 month ago
<h1>Fruit</h1>
 <ol>
 <li>Apple</li>
 <li>Pear</li>
 <li>Orange</li>
 </ol>
 <p></p>
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...