Solved

In the Following HTML Code, the Object Reference Document

Question 31

Multiple Choice

In the following HTML code, the object reference document.styleSheets[0].cssRules[1] points to the _____ style rule. h1 {color: red;} h2 {color: blue;} h3 {color: green;} h4 {color: violet;}


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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions