For the style rule, a:hover {font-weight: bold; color: #009900; text-decoration: underline;}

a. What is the technical name for the :hover element?
b. Name two similar elements


a. Pseudo-class selector or pseudo class
b. :link, :visited, :active, :focus

Computer Science & Information Technology

You might also like to view...

Consider the following code segment containing an if-else statement:

``` if (x > y) { y = x; } else if (x == y) { x = 100; } alert('x = ' + x + ', y = ' + y); ``` Given the following assignments, predict the output that the preceding code would produce:

Computer Science & Information Technology

Click the ________ tab and click the Hyperlink button to open the Insert Hyperlink dialog box

Fill in the blank(s) with correct word

Computer Science & Information Technology

Build a PivotChart in the PivotChart wizard on the PivotTable Tools Design tab

Indicate whether the statement is true or false

Computer Science & Information Technology

?To view the source code for a website, select the 'Show HTML Code' option in a browser.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology