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
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:
Click the ________ tab and click the Hyperlink button to open the Insert Hyperlink dialog box
Fill in the blank(s) with correct word
Build a PivotChart in the PivotChart wizard on the PivotTable Tools Design tab
Indicate whether the statement is true or false
?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)