Quiz 2: DOM
This lesson will test your understanding of feature detection and inference, DOM properties, and HTML attributes.
Question 1 #
What is the difference between feature detection and feature inference?
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
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
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
Feature Detection: verifies if a feature works in a specific browser
Feature Inference: accesses information of the browser environment you are using
...