?Which of the following pseudo-classes is used to style a link that is clicked at the moment?

A. ?:link
B. ?:active
C. ?:hover
D. ?:visited


Answer: B

Computer Science & Information Technology

You might also like to view...

You can create or modify styles using commands in the Styles group, which is located on the ________ tab

A) DESIGN B) DEVELOPER C) FORMAT D) HOME

Computer Science & Information Technology

Explain the 7-bit, 8-bit and 16-bit codes.

What will be an ideal response?

Computer Science & Information Technology

The command that creates a reverse image of a picture or object is:

What will be an ideal response?

Computer Science & Information Technology

Describe the relations that would be produced by the following tuple relational calculus expressions:

(a) {H.hotelName | Hotel(H) ? H.city = ‘London’} (b) {H.hotelName | Hotel(H) ? (?R) (Room(R) ? H.hotelNo ? R.hotelNo?? R.price ? 50)} (c) {H.hotelName | Hotel(H) ? (?B) (?G) (Booking(B) ? Guest(G) ? H.hotelNo ? B.hotelNo?? B.guestNo = G.guestNo ?? G.guestName = ‘John Smith’)} (d) {H.hotelName, G.guestName, B1.dateFrom, B2.dateFrom | Hotel(H) ? Guest(G) ? Booking(B1) ? Booking(B2) ? H.hotelNo ? B1.hotelNo?? G.guestNo = B1.guestNo ?? B2.hotelNo = B1.hotelNo ? B2.guestNo = B1.guestNo ?? B2.dateFrom ? B1.dateFrom}

Computer Science & Information Technology