exam questions

Exam 98-383 All Questions

View all questions & answers for the 98-383 exam

Exam 98-383 topic 1 question 14 discussion

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

DRAG DROP -
You want to complete the pseudo class for link elements so that the links appear red when the page loads, green when the link is clicked, orange when the cursor moves over the link, and blue if the link was clicked previously.
How should you complete the code? To answer, drag the appropriate CSS selector to the correct locations. Each selector 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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
References: https://www.w3schools.com/cssref/css_selectors.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
Sasi7
Highly Voted 1 year, 8 months ago
a:link { color: red; } => On loading , default Link
 a:active { color: green; } => On Active when the Link is Clicked
 a:hover{ color: orange; } => On Hover when the cursor moves over the Link
 a:visited{ color: blue; } => Previously Clicked Link
upvoted 5 times
...
Gabogab
Highly Voted 10 months, 2 weeks ago
It's not incorrect. It's just that the order in the question text and in the answer area are different, which is confusing but not an error.
upvoted 5 times
...
Ranisimo
Most Recent 10 months, 4 weeks ago
This question is incorrect. Sasi7 has the correct answer
upvoted 2 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 ...