nerdexam
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)
  • A
    12% (5)
  • B
    76% (31)
  • C
    5% (2)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice