COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which is the selector for a link?
|
a { }
|
|
link { }
|
|
href { }
|
|
a href { }
|
Explanation:
Detailed explanation-1: -The :link selector is used to select unvisited links.
Detailed explanation-2: -Definition and Usage. The element selector selects all elements with the specified element name. Version: CSS1.
Detailed explanation-3: -The alink (active link) color appears while the mouse is clicking the link. The vlink (visited link) is the color of the link after the user has already visited it. By default, when no color is specified, most Web browsers will display links as blue, alinks as red, and vlinks as magenta.
There is 1 question to complete.