Microsoft
98-363 · Question #45
A Web page contains multiple hyperlinks. You need to remove underline formatting from hyperlinks that a user has already clicked. Which definition should you include in the CSS?
The correct answer is B. a:visited {text-decoration: none;}. See the full explanation below for the reasoning.
Question
A Web page contains multiple hyperlinks. You need to remove underline formatting from hyperlinks that a user has already clicked. Which definition should you include in the CSS?
Options
- Aa:visited {underline: no;}
- Ba:visited {text-decoration: none;}
- Ca.visited {underline: no;}
- Da.visited {text-decoration: none;}
How the community answered
(41 responses)- A12% (5)
- B76% (31)
- C5% (2)
- D7% (3)
Community Discussion
No community discussion yet for this question.