Computer Science, asked by gunraj6407, 1 month ago

which of these is unused normal unvisited link?
A) a: link
B) a: visited
C) a: hover
D) all of the above

Answers

Answered by mohdsakib2006
25

Answer:

d) all of the above

is correct answer

Answered by adventureisland
0

Option (A)

These are unused normal unvisited links a: link

A: Link:

  • A link is a connection between two or more web pages. CSS properties can be used to style links in a variety of ways.
  • Linking States: It's crucial to understand the states of a link before moving on to CSS properties. Links can be styled using pseudo-classes and can exist in many states. The following are the four states of links.
  • a:link => This is a normal, unvisited link
Similar questions