With reference to legacy/deprecated HTML <body> attributes, which attribute…

2024

With reference to legacy/deprecated HTML <body> attributes, which attribute specifies the colour of a hyperlink after it has been visited or clicked?

Answer: A. VLINKKey distinction: VLINK: sets the colour of visited links in legacy HTML. ALINK: sets the colour of an active link while it is being selected/clicked. LINK:…

  1. A.

    VLINK

  2. B.

    ALINK

  3. C.

    LINK

  4. D.

    HLINK

Attempted by 537 students.

Show answer & explanation

Correct answer: A

Key distinction:

  • VLINK: sets the colour of visited links in legacy HTML.

  • ALINK: sets the colour of an active link while it is being selected/clicked.

  • LINK: sets the colour of unvisited links.

  • Modern HTML note: these presentational body attributes are deprecated/obsolete; CSS such as :visited should be used instead.

Final answer: VLINK

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…