Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 69

Matching

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

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

Correct Answer:

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