In the following HTML code, the object referencedocument.styleSheets[0].cssRules[1]points to the _____ style rule.

?

A. First,h1 {color: red;}
B. Second,h2 {color: blue;}
C. Third,h3 {color: green;}
D. Fourth,h4 {color: violet;}


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the keyboard shortcut for View at 100%?

What will be an ideal response?

Computer Science & Information Technology

When using the MONTH function, the field name is entered then followed by a semicolon

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is used to ask a question about the data in a database

A) query B) table C) form D) report

Computer Science & Information Technology

Which of the following statements describe the base case of a recursive algorithm?(i)   F(0) = 0;(ii)  F(x) = 2 * F(x - 1);(iii)      if (x == 0)            F(x) = 5 + x;

A. Only (i) B. Only (ii) C. Only (iii) D. Both (i) and (iii)

Computer Science & Information Technology