Quiz 2: DOM

This lesson will test your understanding of feature detection and inference, DOM properties, and HTML attributes.

We'll cover the following...

Question 1 #

Technical Quiz
1.

What is the difference between feature detection and feature inference?

A.

Feature Detection: assumes a feature exists in other browsers if it exists in one of them

Feature Inference: verifies if a feature works in a specific browser

B.

Feature Detection: verifies if a feature works in a specific browser

Feature Inference: assumes a feature exists in other browsers if it exists in one of them

C.

Feature Detection: accesses information of the browser environment you are using

Feature Inference: assumes a feature exists in other browsers if it exists in one of them

D.

Feature Detection: verifies if a feature works in a specific browser

Feature Inference: accesses information of the browser environment you are using


1 / 1

...