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. VLINK — 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:…
- A.
VLINK
- B.
ALINK
- C.
LINK
- 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
:visitedshould be used instead.
Final answer: VLINK
Loading lesson…