Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 30

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
The style sheet containing rule (read-only)
The text of the patterns that select the element(s) to be styled for rule
The total number of child elements within node
The number of child elements within node
The contents of rule as a text string (read-only)
The immediate sibling element after node
The value of a style feature within rule
The immediate sibling element before node
The final element within node
The style rule containing rule as a parent (read-only)
Responses:
rule .parentRule
node .lastElementChild
rule .style. property
node .previousElementSibling
rule. cssText
node .nextElementSibling
node .childElementCount
rule .selectorText
node .children.length
rule . parentStyleSheet

Correct Answer:

The style sheet containing rule (read-only)
The text of the patterns that select the element(s) to be styled for rule
The total number of child elements within node
The number of child elements within node
The contents of rule as a text string (read-only)
The immediate sibling element after node
The value of a style feature within rule
The immediate sibling element before node
The final element within node
The style rule containing rule as a parent (read-only)
Related Questions