Computer Science, asked by answer4875, 5 months ago

Consider the following HTML statement:
<body bgcolor="Blue" alink ="red" vlink="yellow">
Inthe above statement, what do you mean by ‘alink’ and ‘vlink’?

Answers

Answered by da4729204
4

Answer:

alink specifies color of active link

vlink specifies color of visited link

Similar questions